File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " chokidar2" ,
2
+ "name" : " watchpack- chokidar2" ,
3
3
"version" : " 2.0.0" ,
4
- "private" : true ,
5
4
"engines" : {
6
5
"node" : " <8.10.0"
7
6
},
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/webpack/watchpack.git"
10
+ },
11
+ "author" : " Tobias Koppers @sokra" ,
12
+ "license" : " MIT" ,
13
+ "bugs" : {
14
+ "url" : " https://github.com/webpack/watchpack/issues"
15
+ },
16
+ "homepage" : " https://github.com/webpack/watchpack" ,
8
17
"dependencies" : {
9
18
"chokidar" : " ^2.1.8"
10
19
}
Original file line number Diff line number Diff line change 8
8
9
9
var v2Err ;
10
10
try {
11
- module . exports = require ( "chokidar2" ) ;
11
+ module . exports = require ( "watchpack- chokidar2" ) ;
12
12
return ;
13
13
} catch ( e ) {
14
14
v2Err = e ;
Original file line number Diff line number Diff line change 39
39
},
40
40
"optionalDependencies" : {
41
41
"chokidar" : " ^3.4.0" ,
42
- "chokidar2" : " file:./chokidar2 "
42
+ "watchpack- chokidar2" : " ^2.0.0 "
43
43
},
44
44
"dependencies" : {
45
45
"graceful-fs" : " ^4.1.2" ,
You can’t perform that action at this time.
0 commit comments