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.0.0 / 2019-04-22
4+
5+ - Update dependencies:
6+ - dynamic-dedupe: from v0.2.0 to v0.3.0
7+ - node-notifier: from v4.0.2 to v5.4.0
8+ - Update devDependencies:
9+ - From coffee-script v1.8.0 to coffeescript v2.4.1
10+ - Add option 'graceful_ipc' for windows children
11+ - Read config from CWD as well as script dir
12+ - Ignore package-lock.json for git and npm
13+ - TravisCI: Test node v6 - 11, stop testing node v5
14+ - Update README for how babel is now packages
15+ - Specify minimum node version as >=6
16+
317## 3.1.3 / 2016-05-30
418
519- Update docs
Original file line number Diff line number Diff line change 11{
22 "name" : " node-dev" ,
3- "version" : " 3.1.3 " ,
3+ "version" : " 4.0.0 " ,
44 "description" : " Restarts your app when files are modified" ,
55 "keywords" : [
66 " restart" ,
2424 "main" : " ./lib" ,
2525 "preferGlobal" : true ,
2626 "engines" : {
27- "node" : " >=0.8.0 "
27+ "node" : " >=6 "
2828 },
2929 "scripts" : {
3030 "test" : " tap test/*.js"
You can’t perform that action at this time.
0 commit comments