linemanjs / heroku-buildpack-lineman

MIT License
4 stars 20 forks source link

Npm install #3

Closed jasonkarns closed 11 years ago

jasonkarns commented 11 years ago

Opened this for discussion. It ties back to the package.json configuration within a lineman project.

  1. lineman is not a runtime/production dep because one does not require lineman from the app
  2. lineman fits better as a dev dep so it should be listed in package.json under devDependencies
  3. to install dev deps, one runs npm install --dev or alternatively npm install
jasonkarns commented 11 years ago

Obsolete by #5