quangv / hulk-hogan

Hogan.js for Express with support for Template Partials.
MIT License
37 stars 2 forks source link

Update package.json to be tied to coffee version #16

Closed adamterlson closed 10 years ago

adamterlson commented 10 years ago

Latest coffee breaks this package. Updating the package.json to specifically reference the last version of Coffee (1.6.3) fixes this issue.

The lack of a specific version being specified means that all npm-installs will now fail for this package.

quangv commented 10 years ago

hey Adam, thanks.

adamterlson commented 10 years ago

@quangv Can you please do an npm publish with the fix? Thanks.

quangv commented 10 years ago

k it should be published, i didn't iterate the version number, so it just overwrote the other version. Might have to clear cache to get it working.

adamterlson commented 10 years ago

This is generally not a good practice.... If you can, please iterate the version and publish. It'll save me (and anyone else with existing dependencies) the effort of going and regenerating the cache on our npm server:

npm version patch && npm login && npm publish

Thank you!