Skip to content

Commit eed3486

Browse files
committed
build(npm): replease standard-version with commit-and-tag-version
BREAKING CHANGE: this will break any project relying on standard version commands
1 parent 70c16e9 commit eed3486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A project created to have a single source for all dropfort_module_build node dependencies.",
55
"main": "index.js",
66
"scripts": {
7-
"release": "standard-version -a"
7+
"release": "commit-and-tag-version -a"
88
},
99
"repository": {
1010
"type": "git",
@@ -24,6 +24,7 @@
2424
"@rollup/plugin-babel": "^6.0.4",
2525
"@rollup/plugin-terser": "^0.4.4",
2626
"autoprefixer": "^10.4.19",
27+
"commit-and-tag-version": "^12.5.1",
2728
"commitizen": "^4.3.0",
2829
"core-js": "^3.36.1",
2930
"core-js-compat": "^3.36.1",
@@ -39,7 +40,6 @@
3940
"rollup": "^4.14.0",
4041
"rollup-plugin-cleanup": "^3.2.1",
4142
"sass": "^1.74.1",
42-
"standard-version": "^9.5.0",
4343
"standard-version-updater-yaml": "^1.0.3",
4444
"stylelint": "^16.3.1",
4545
"stylelint-config-coldfront": "^5.0.0-beta.0",

0 commit comments

Comments
 (0)