Skip to content

Commit dbfabfd

Browse files
committedJul 23, 2020
Fix: Move normalize-path to dependency
1 parent 1f7f34a commit dbfabfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"chokidar": "^2.0.0",
2727
"is-negated-glob": "^1.0.0",
2828
"just-debounce": "^1.0.0",
29+
"normalize-path": "^3.0.0",
2930
"object.defaults": "^1.1.0"
3031
},
3132
"devDependencies": {
@@ -37,7 +38,6 @@
3738
"istanbul-coveralls": "^1.0.1",
3839
"mocha": "^2.0.0",
3940
"mocha-lcov-reporter": "^1.2.0",
40-
"normalize-path": "^2.1.1",
4141
"rimraf": "^2.6.1",
4242
"through2": "^2.0.1"
4343
},

0 commit comments

Comments
 (0)
Please sign in to comment.