We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8988b8 commit 94bf160Copy full SHA for 94bf160
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"watch",
12
"watchfile"
13
],
14
- "version": "0.5.9",
+ "version": "0.6.0",
15
"bugs": {
16
"url": "https://github.com/yuanchuan/node-watch/issues"
17
},
@@ -22,6 +22,9 @@
22
"scripts": {
23
"test": "mocha test/test.js --exit --slow 500"
24
25
+ "engines": {
26
+ "node": ">=6"
27
+ },
28
"devDependencies": {
29
"fs-extra": "^7.0.1",
30
"mocha": "^5.2.0"
0 commit comments