File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments