File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 5353 "coverage:clean" : " rimraf coverage" ,
5454 "publish:next" : " pnpm publish --tag next --no-git-checks" ,
5555 "prepublishOnly" : " pnpm run compile" ,
56- "versionBump" : " bump --tag --push --all" ,
5756 "typedoc" : " typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"
5857 },
5958 "dependencies" : {
6564 "node-abort-controller" : " 3.1.1"
6665 },
6766 "devDependencies" : {
68- "@nut-tree/configs" : " workspace:*" ,
69- "istanbul-merge" : " 2.0.0" ,
70- "nyc" : " 15.1.0" ,
71- "version-bump-prompt" : " 6.1.0"
72- },
73- "lint-staged" : {
74- "**/*" : " prettier --write --ignore-unknown"
67+ "@nut-tree/configs" : " workspace:*"
7568 }
7669}
Original file line number Diff line number Diff line change 3131 "ts-node" : " 10.9.2" ,
3232 "typedoc" : " 0.25.8" ,
3333 "typescript" : " 5.3.3"
34+ },
35+ "lint-staged" : {
36+ "**/*" : " prettier --write --ignore-unknown"
3437 }
3538}
You can’t perform that action at this time.
0 commit comments