Skip to content

Commit d1fe19e

Browse files
committed
chore: release v2.0.1 with clean-publish
1 parent 0060995 commit d1fe19e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-proposal-typescript",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Yet another Babel preset for TypeScript, only transforms proposals which TypeScript does not support now.",
55
"repository": "git@github.com/rx-ts/babel-preset-proposal-typescript.git",
66
"author": "JounQin <admin@1stg.me>",
@@ -34,6 +34,7 @@
3434
"lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,md,ts -f friendly",
3535
"lint:tsc": "tsc -P src --noEmit",
3636
"prepare": "yarn-deduplicate --strategy fewer || exit 0",
37+
"prerelease": "npm run build",
3738
"pretest": "yarn build:r",
3839
"release": "clean-publish && changeset publish",
3940
"test": "jest"

0 commit comments

Comments
 (0)