Skip to content

Commit 94bf160

Browse files
committed
release 0.6.0
1 parent c8988b8 commit 94bf160

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"watch",
1212
"watchfile"
1313
],
14-
"version": "0.5.9",
14+
"version": "0.6.0",
1515
"bugs": {
1616
"url": "https://github.com/yuanchuan/node-watch/issues"
1717
},
@@ -22,6 +22,9 @@
2222
"scripts": {
2323
"test": "mocha test/test.js --exit --slow 500"
2424
},
25+
"engines": {
26+
"node": ">=6"
27+
},
2528
"devDependencies": {
2629
"fs-extra": "^7.0.1",
2730
"mocha": "^5.2.0"

0 commit comments

Comments
 (0)