Skip to content

Commit f3ffd16

Browse files
committedAug 14, 2020
fix: replace postintall with prepare - fix #54
1 parent 05f7c0d commit f3ffd16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
55
"repository": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript",
66
"author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
@@ -33,7 +33,7 @@
3333
"lint": "run-p lint:*",
3434
"lint:es": "cross-env PARSER_NO_WATCH=true eslint src --cache --ext md,js,ts -f friendly",
3535
"lint:tsc": "tsc --incremental false --noEmit",
36-
"postinstall": "yarn-deduplicate || exit 0",
36+
"prepare": "yarn-deduplicate || exit 0",
3737
"prepublishOnly": "yarn build",
3838
"pretest": "r",
3939
"release": "sh scripts/release.sh",

0 commit comments

Comments
 (0)