treojs / treo

Consistent API to IndexedDB
http://treojs.com
MIT License
257 stars 18 forks source link

./node_modules/ in package.json are unnecessary #3

Closed max-mapper closed 11 years ago

max-mapper commented 11 years ago

for example you can change "postinstall": "./node_modules/component/bin/component install", to "postinstall": "component install", as long as component is defined in dependencies or devDependencies

alekseykulikov commented 11 years ago

Thank you @maxogden for this very useful pro-tip. I didn't know!