Skip to content

Commit 4423c16

Browse files
committed
v4.0.0 / 2019-04-22
1 parent dd3a894 commit 4423c16

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -24,7 +24,7 @@
2424
"main": "./lib",
2525
"preferGlobal": true,
2626
"engines": {
27-
"node": ">=0.8.0"
27+
"node": ">=6"
2828
},
2929
"scripts": {
3030
"test": "tap test/*.js"

0 commit comments

Comments
 (0)