sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
694 stars 50 forks source link

With 1.0.1 index.js is not included in install #9

Closed scottyantipa closed 10 years ago

scottyantipa commented 10 years ago

My package.json originally included autoprefixer 1.0.1, but after cleaning my node_modules and doing an npm install, autoprefixer did not pull the index.js. The only thing in node_modules/gulp-autoprefixer was its own node_modules. I changed my package.json to pull from "*" and it is working now.

sindresorhus commented 10 years ago

Tried installing and the index.js is there. Try npm cache clean, delete your node_modules folder and npm install.