File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 label : Version
4040 description : What version of our software are you running? (mcdev --version)
4141 options :
42+ - 9.0.2
4243 - 9.0.1
4344 - 9.0.0
4445 - 8.4.0
Original file line number Diff line number Diff line change 6161 "coverage" : " c8 npm run test" ,
6262 "prepare-release:audit-fix" : " npm audit fix" ,
6363 "prepare-release:git" : " node prepare-release.js" ,
64- "prepare-release" : " run-s prepare-release:audit-fix lint-ts lint:fix prepare-release:git" ,
64+ "prepare-release" : " run-s --continue-on-error prepare-release:audit-fix lint-ts lint:fix prepare-release:git" ,
6565 "version:major" : " npm version --no-commit-hooks major" ,
6666 "version:minor" : " npm version --no-commit-hooks minor" ,
6767 "version:patch" : " npm version --no-commit-hooks patch"
121121 "fsevents" : " *"
122122 },
123123 "lint-staged" : {
124- "*.js" : [
125- " eslint --fix"
126- ]
124+ "*.js" : [" eslint --fix" ]
127125 },
128126 "type" : " module"
129127}
Original file line number Diff line number Diff line change 178178 " verification"
179179 ]
180180 },
181- "version" : " 9.0.1 "
181+ "version" : " 9.0.2 "
182182}
You can’t perform that action at this time.
0 commit comments