Skip to content

Commit a2dbe2f

Browse files
committed
build(npm): replace standard-version with commit-and-tag-version
1 parent d8e6279 commit a2dbe2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "eslint .",
2424
"prettier": "prettier '**/*.{js,cjs}'",
2525
"build": "rollup --config rollup.config.js",
26-
"release": "git add src/. dist/. && git add index.js && standard-version -a",
26+
"release": "git add src/. dist/. && git add index.js && commit-and-tag-version -a",
2727
"prerelease": "npm run lint && npm run build",
2828
"test": "npm run test:jquery && npm run test:legacy && npm run test:passing && npm run test:recommended",
2929
"test:jquery": "eslint --config test/jquery/eslint.config.js test/jquery/*.js",
@@ -67,14 +67,14 @@
6767
"@commitlint/config-conventional": "^19.0.3",
6868
"@eslint/js": "^9.1.1",
6969
"@rollup/plugin-json": "^6.1.0",
70+
"commit-and-tag-version": "^12.5.1",
7071
"commitizen": "^4.3.0",
7172
"cz-conventional-changelog": "^3.3.0",
7273
"eslint": "^8.49.0",
7374
"eslint-config-standard": "^17.1.0",
7475
"husky": "^9.0.11",
7576
"lint-staged": "^15.2.2",
7677
"prettier": "^3.0.3",
77-
"rollup": "^4.9.2",
78-
"standard-version": "^9.5.0"
78+
"rollup": "^4.9.2"
7979
}
8080
}

0 commit comments

Comments
 (0)