diff --git a/package.json b/package.json index 18acffe..a094fda 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,11 @@ "tslint": "tslint --type-check --fix --project .", "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", "test": "npm run lint && npm run tslint && npm run unit", - "prepare": "npm run dist" + "prepare": "npm run dist", + "preinstall": "npx npm-force-resolutions" + }, + "resolutions": { + "graceful-fs": "^4.2.9" }, "repository": { "type": "git", @@ -133,4 +137,4 @@ "iOS >= 10", "Android >= 6" ] -} +} \ No newline at end of file -- libgit2 0.21.4