Skip to content

Commit 557cc6a

Browse files
authored
Build: Update node-watch to 0.6.1
https://github.com/yuanchuan/node-watch/releases/tag/v0.6.1 * Fixed a race condition where a short-lived file could cause the wrong result. * Fixed a bug affecting Windows installations. Closes #1388.
1 parent 371bdad commit 557cc6a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"commander": "2.12.2",
4040
"js-reporters": "1.2.1",
4141
"resolve": "1.9.0",
42-
"node-watch": "0.6.0",
42+
"node-watch": "0.6.1",
4343
"minimatch": "3.0.4"
4444
},
4545
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,10 +2486,10 @@ [email protected]:
24862486
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"
24872487
integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=
24882488

2489-
2490-
version "0.6.0"
2491-
resolved "https://registry.yarnpkg.com/node-watch/-/node-watch-0.6.0.tgz#ab0703b60cd270783698e57a428faa0010ed8fd0"
2492-
integrity sha512-XAgTL05z75ptd7JSVejH1a2Dm1zmXYhuDr9l230Qk6Z7/7GPcnAs/UyJJ4ggsXSvWil8iOzwQLW0zuGUvHpG8g==
2489+
2490+
version "0.6.1"
2491+
resolved "https://registry.yarnpkg.com/node-watch/-/node-watch-0.6.1.tgz#b9874111ce9f5841b1c7596120206c7b825be0e9"
2492+
integrity sha512-gwQiR7weFRV8mAtT0x0kXkZ18dfRLB45xH7q0hCOVQMLfLb2f1ZaSvR57q4/b/Vj6B0RwMNJYbvb69e1yM7qEA==
24932493

24942494
[email protected], nopt@~3.0.6:
24952495
version "3.0.6"

0 commit comments

Comments
 (0)