We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0ecb2 commit 6147f17Copy full SHA for 6147f17
package.json
@@ -7,8 +7,8 @@
7
"build": "rm -rf ./dist && tsc --build --force --verbose",
8
"lint": "eslint --ext .ts,js src",
9
"prepare": "install-peers",
10
- "first-release": "standard-version --commit-all --tag-prefix v --first-release",
11
- "release": "standard-version --commit-all --tag-prefix v"
+ "first-release": "npx standard-version --commit-all --tag-prefix v --first-release",
+ "release": "npx standard-version --commit-all --tag-prefix v"
12
},
13
"author": "Ice Lam",
14
"repository": {
@@ -42,7 +42,6 @@
42
"install-peers-cli": "^2.2.0",
43
"lint-staged": "^10.2.11",
44
"prettier": "^2.0.5",
45
- "standard-version": "^8.0.0",
46
"typescript": "^3.9.6"
47
48
"peerDependencies": {
0 commit comments