Skip to content

Commit 1cacc77

Browse files
committedMay 16, 2020
add chokidar2 package to package.json files
1 parent 2db42a7 commit 1cacc77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test": "test"
88
},
99
"files": [
10-
"lib/"
10+
"lib/",
11+
"chokidar2"
1112
],
1213
"scripts": {
1314
"pretest": "npm run lint",

0 commit comments

Comments
 (0)
Please sign in to comment.