volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 100 forks source link

more docs on exactly what 'create' does. #147

Open gregglind opened 11 years ago

gregglind commented 11 years ago

Attempting to make a 'micropilot base study' via volo create, and the package.json:dependencies (as used by addon-sdk) is getting read by volo (as npm dependencies).

jrburke commented 11 years ago

This seems more of an overloading of "dependencies" by the addon-sdk. I think node/npm has claimed "dependencies" in package.json to mean "npm dependencies". How does the addon-sdk use them? Is there an "addon-sdk"."dependencies" property in package.json that could be used instead?