Skip to content

Commit cc5b3e3

Browse files
build(package): downgrade standard-version@6
Because standard-version >=6 no longer bumps package with 0.x.x version correctly.
1 parent 4078481 commit cc5b3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"rollup-plugin-commonjs": "^10.1.0",
5959
"rollup-plugin-node-resolve": "^5.2.0",
6060
"rollup-plugin-uglify": "^6.0.4",
61-
"standard-version": "^6",
61+
"standard-version": "^5",
6262
"typescript": "^3.9.3"
6363
},
6464
"peerDependencies": {

0 commit comments

Comments
 (0)