Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Jan 3, 2019
1 parent c8988b8 commit 94bf160
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"watch",
"watchfile"
],
"version": "0.5.9",
"version": "0.6.0",
"bugs": {
"url": "https://github.com/yuanchuan/node-watch/issues"
},
Expand All @@ -22,6 +22,9 @@
"scripts": {
"test": "mocha test/test.js --exit --slow 500"
},
"engines": {
"node": ">=6"
},
"devDependencies": {
"fs-extra": "^7.0.1",
"mocha": "^5.2.0"
Expand Down

0 comments on commit 94bf160

Please sign in to comment.