File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# node-dev
22
3+ ## 4.2.0 / 2020-07-03
4+
5+ - No longer sets NODE_ENV to ` development `
6+
37## 4.1.0 / 2020-07-02
48
59- Update devDependencies:
5458## 3.0.0 / 2016-01-29
5559
5660- Add ` --respawn ` to keep watching after a process exits. See #104 .
57- - Don't terminate the child process if a custom ` unchaughtException ` handler is registered. See #113 .
61+ - Don't terminate the child process if a custom ` uncaughtException ` handler is registered. See #113 .
5862- Handle ` -r ` and ` --require ` node options correctly. See #111 .
5963- Add support for passing options to transpilers. See #109 .
6064- Handle ` --no-deps ` correctly. See #108 .
6165- Switch to airbnb code style
6266- Use greenkeeper.io to keep dependencies up to date
6367
64-
6568## 2.7.1 / 2015-08-21
6669
6770- Add ` --poll ` to fix #87
7780- Upgrade [ ` tap ` ] [ npm-tap ] module to 1.3.2.
7881- Use [ ` touch ` ] [ npm-touch ] module instead of custom code.
7982
80-
8183[ LICENSE ] : LICENSE
8284[ npm-commander ] : https://www.npmjs.com/package/commander
8385[ npm-minimist ] : https://www.npmjs.com/package/minimist
Original file line number Diff line number Diff line change 11{
22 "name" : " node-dev" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2 .0" ,
44 "description" : " Restarts your app when files are modified" ,
55 "keywords" : [
66 " restart" ,
You can’t perform that action at this time.
0 commit comments