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 23
23
"eslint" : " eslint ." ,
24
24
"prettier" : " prettier '**/*.{js,cjs}'" ,
25
25
"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" ,
27
27
"prerelease" : " npm run lint && npm run build" ,
28
28
"test" : " npm run test:jquery && npm run test:legacy && npm run test:passing && npm run test:recommended" ,
29
29
"test:jquery" : " eslint --config test/jquery/eslint.config.js test/jquery/*.js" ,
67
67
"@commitlint/config-conventional" : " ^19.0.3" ,
68
68
"@eslint/js" : " ^9.1.1" ,
69
69
"@rollup/plugin-json" : " ^6.1.0" ,
70
+ "commit-and-tag-version" : " ^12.5.1" ,
70
71
"commitizen" : " ^4.3.0" ,
71
72
"cz-conventional-changelog" : " ^3.3.0" ,
72
73
"eslint" : " ^8.49.0" ,
73
74
"eslint-config-standard" : " ^17.1.0" ,
74
75
"husky" : " ^9.0.11" ,
75
76
"lint-staged" : " ^15.2.2" ,
76
77
"prettier" : " ^3.0.3" ,
77
- "rollup" : " ^4.9.2" ,
78
- "standard-version" : " ^9.5.0"
78
+ "rollup" : " ^4.9.2"
79
79
}
80
80
}
You can’t perform that action at this time.
0 commit comments