Skip to content

Commit

Permalink
fix: replace postintall with prepare - fix #54
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 14, 2020
1 parent 05f7c0d commit f3ffd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-typescript",
"version": "2.2.0",
"version": "2.2.1",
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
"repository": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript",
"author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"lint": "run-p lint:*",
"lint:es": "cross-env PARSER_NO_WATCH=true eslint src --cache --ext md,js,ts -f friendly",
"lint:tsc": "tsc --incremental false --noEmit",
"postinstall": "yarn-deduplicate || exit 0",
"prepare": "yarn-deduplicate || exit 0",
"prepublishOnly": "yarn build",
"pretest": "r",
"release": "sh scripts/release.sh",
Expand Down

0 comments on commit f3ffd16

Please sign in to comment.