Closed linuxwolf closed 12 years ago
This a little confusing and its from legacy needs.
jQuery is for ender
jquery is for node.
so in your case you should do npm jquery and it'll pull in your dependencies.
I am currently looking at a way to deprecate jQuery
I think I was screwed up because my patches used "jQuery" everywhere instead of "jquery", and kept going in that direction.
I started to have jquery and jQuery mirror each other but I caused some issues with people using ender.
I think npm is moving towards case-insensitive as well. Ender has added a new overlay key for dependencies. I think it's { ender: { dependencies: {} }}
... not sure
I would love to merge jQuery and jquery but i'm not sure how I can get ender to ignore node dependencies.
When running 'npm install jQuery', the installed package does not include any dependencies.
Looking at its package.json, it appears that "dependencies" was renamed " dependencies" (and "devDependencies" renamed " devDependencies") (minus spaces)