wmluke / grunt-inline-angular-templates

Inline angular templates into a HTML file
MIT License
42 stars 8 forks source link

package.json in npm published 0.1.2 is not up to date with GitHub 0.1.2 #2

Closed Trott closed 11 years ago

Trott commented 11 years ago

If you run npm install grunt-inline-angular-templates, you will get a version that still has cheerio in the devDependencies rather than the dependencies.

You can confirm this also by doing npm info grunt-inline-angular-templates, seeing that the tarball is located at http://registry.npmjs.org/grunt-inline-angular-templates/-/grunt-inline-angular-templates-0.1.2.tgz, downloading that tarball, expanding it, and looking at the package.json.