File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# node-dev
2
2
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
+
3
17
## 3.1.3 / 2016-05-30
4
18
5
19
- Update docs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-dev" ,
3
- "version" : " 3.1.3 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " Restarts your app when files are modified" ,
5
5
"keywords" : [
6
6
" restart" ,
24
24
"main" : " ./lib" ,
25
25
"preferGlobal" : true ,
26
26
"engines" : {
27
- "node" : " >=0.8.0 "
27
+ "node" : " >=6 "
28
28
},
29
29
"scripts" : {
30
30
"test" : " tap test/*.js"
You can’t perform that action at this time.
0 commit comments