Commit 1af66c209b8ab71c79e7e8409037504b179c67d8
1 parent
0e8bb0c1
graceful-fs
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
package.json
... | ... | @@ -32,7 +32,11 @@ |
32 | 32 | "tslint": "tslint --type-check --fix --project .", |
33 | 33 | "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", |
34 | 34 | "test": "npm run lint && npm run tslint && npm run unit", |
35 | - "prepare": "npm run dist" | |
35 | + "prepare": "npm run dist", | |
36 | + "preinstall": "npx npm-force-resolutions" | |
37 | + }, | |
38 | + "resolutions": { | |
39 | + "graceful-fs": "^4.2.9" | |
36 | 40 | }, |
37 | 41 | "repository": { |
38 | 42 | "type": "git", |
... | ... | @@ -133,4 +137,4 @@ |
133 | 137 | "iOS >= 10", |
134 | 138 | "Android >= 6" |
135 | 139 | ] |
136 | 140 | -} |
141 | +} | |
137 | 142 | \ No newline at end of file | ... | ... |