Skip to content

Commit

Permalink
Remove graceful-fs forced resolution (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Feb 12, 2020
1 parent 8c37ce4 commit 0dab72e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"test": "test"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
"start": "run-p start:**",
"start:babel-node": "babel-node src/cli/bin db.json -r routes.json",
Expand Down Expand Up @@ -81,9 +80,6 @@
"webpack-cli": "^3.3.7",
"whatwg-fetch": "^3.0.0"
},
"resolutions": {
"graceful-fs": "4.2.3"
},
"repository": {
"type": "git",
"url": "git://github.com/typicode/json-server.git"
Expand Down

0 comments on commit 0dab72e

Please sign in to comment.