Skip to content

Commit 6147f17

Browse files
committed
chore: remove standard version from dev dependencies and use npx
1 parent ca0ecb2 commit 6147f17

File tree

2 files changed

+24
-672
lines changed

2 files changed

+24
-672
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"build": "rm -rf ./dist && tsc --build --force --verbose",
88
"lint": "eslint --ext .ts,js src",
99
"prepare": "install-peers",
10-
"first-release": "standard-version --commit-all --tag-prefix v --first-release",
11-
"release": "standard-version --commit-all --tag-prefix v"
10+
"first-release": "npx standard-version --commit-all --tag-prefix v --first-release",
11+
"release": "npx standard-version --commit-all --tag-prefix v"
1212
},
1313
"author": "Ice Lam",
1414
"repository": {
@@ -42,7 +42,6 @@
4242
"install-peers-cli": "^2.2.0",
4343
"lint-staged": "^10.2.11",
4444
"prettier": "^2.0.5",
45-
"standard-version": "^8.0.0",
4645
"typescript": "^3.9.6"
4746
},
4847
"peerDependencies": {

0 commit comments

Comments
 (0)