From f3ffd16b93ba12c6cc0f4902efb7c14d021bd02e Mon Sep 17 00:00:00 2001 From: JounQin Date: Fri, 14 Aug 2020 23:01:25 +0800 Subject: [PATCH 1/2] fix: replace postintall with prepare - fix #54 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6e9822e..36ab10f 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -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", From 32b15295ba90d7555db3f6b64fcd0a222ee0e272 Mon Sep 17 00:00:00 2001 From: JounQin Date: Fri, 14 Aug 2020 23:01:44 +0800 Subject: [PATCH 2/2] chore(release): 2.2.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4056888..98c9b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.2.1](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.2.0...v2.2.1) (2020-08-14) + + +### Bug Fixes + +* replace postintall with prepare - fix [#54](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues/54) ([f3ffd16](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/commit/f3ffd16b93ba12c6cc0f4902efb7c14d021bd02e)) + ## [2.2.0](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.1.0...v2.2.0) (2020-07-30)