treojs/treo

./node_modules/ in package.json are unnecessary

Closed this issue · 1 comments

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

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