cloverfield-tools / cf-package

Cloverfield Package Scaffold
MIT License
98 stars 14 forks source link

Fix main JS entry point path #20

Closed nkbt closed 9 years ago

nkbt commented 9 years ago

This is required if we want to have automatic programmatic access from cloverfield. The fix is needed anyway, but:

if we are using global modules, then I cannot just require /Users/nkbt/.nvm/v0.10.40/node_modules/cf-package, I need an actual file, so we need to parse package.json to find out which file to require.

ericelliott commented 9 years ago

What's going on with the Circle CI fail?

nkbt commented 9 years ago

audit tool says that uglifyjs is vulnerable, but it is a sub-dependency of handlebars.