File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 8"
43 - " 10"
4+ - " 12"
55
66cache : yarn
77
Original file line number Diff line number Diff line change 2323 "coveralls" : " cat ./coverage/lcov.info | node node_modules/.bin/coveralls" ,
2424 "debug:integration" : " node --inspect-brk ./test/run-test.js" ,
2525 "debug:test" : " node --inspect-brk ./node_modules/.bin/jest -i -t " ,
26- "deploy" : " npm version patch && git push && git push --tags && npm publish" ,
2726 "lint" : " eslint . --cache" ,
27+ "release" : " release-it" ,
2828 "test:integration" : " node ./test/run-test.js" ,
2929 "test" : " codemod-cli test --coverage"
3030 },
5252 "release-it-lerna-changelog" : " ^1.0.3"
5353 },
5454 "engines" : {
55- "node" : " ^8 || >=10 "
55+ "node" : " 10.* || >=12.* "
5656 },
5757 "publishConfig" : {
5858 "registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments