Skip to content

Commit 0dab72e

Browse files
authoredFeb 12, 2020
Remove graceful-fs forced resolution (#1073)
1 parent 8c37ce4 commit 0dab72e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎package.json

-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"test": "test"
99
},
1010
"scripts": {
11-
"preinstall": "npx npm-force-resolutions",
1211
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
1312
"start": "run-p start:**",
1413
"start:babel-node": "babel-node src/cli/bin db.json -r routes.json",
@@ -81,9 +80,6 @@
8180
"webpack-cli": "^3.3.7",
8281
"whatwg-fetch": "^3.0.0"
8382
},
84-
"resolutions": {
85-
"graceful-fs": "4.2.3"
86-
},
8783
"repository": {
8884
"type": "git",
8985
"url": "git://github.com/typicode/json-server.git"

0 commit comments

Comments
 (0)
Please sign in to comment.