kenanpengyou / express-webpack-full-live-reload-example

A workflow with full live reload for webpack&express application.
279 stars 88 forks source link

Update package.json #12

Open dotku opened 6 years ago

dotku commented 6 years ago

add supervisor to devDependencies, global is not recomeneded

kenanpengyou commented 6 years ago

Thx for sending pull requests. Any reference of "global is not recomeneded" ? From https://github.com/petruisfan/node-supervisor, I still see npm install supervisor -g for "Simple Install".