Skip to content

Commit a31d9eb

Browse files
committed
1.7.5
1 parent 269291e commit a31d9eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "watchpack",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"description": "",
55
"main": "./lib/watchpack.js",
66
"directories": {
@@ -42,6 +42,8 @@
4242
},
4343
"dependencies": {
4444
"graceful-fs": "^4.1.2",
45-
"neo-async": "^2.5.0"
45+
"neo-async": "^2.5.0",
46+
"chokidar": "^3.4.1",
47+
"watchpack-chokidar2": "^2.0.1"
4648
}
4749
}

0 commit comments

Comments
 (0)