Skip to content

Commit cbfa42d

Browse files
refactor: Replace inquirer and ora with npm-publish-tool and remove npm-publish-tool script
- Updated package.json to replace @inquirer/prompts with @laststance/npm-publish-tool in devDependencies
1 parent a51be79 commit cbfa42d

File tree

3 files changed

+19
-1860
lines changed

3 files changed

+19
-1860
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"node": "22.15.0"
4141
},
4242
"devDependencies": {
43-
"@inquirer/prompts": "^7.5.3",
43+
"@laststance/npm-publish-tool": "^1.6.6",
4444
"@typescript-eslint/eslint-plugin": "^8.32.0",
4545
"@typescript-eslint/parser": "^8.32.0",
4646
"@vitest/coverage-v8": "3.1.4",
@@ -52,7 +52,6 @@
5252
"eslint-plugin-prettier": "^5.4.0",
5353
"husky": "^9.1.7",
5454
"lint-staged": "^16.0.0",
55-
"ora": "^8.2.0",
5655
"prettier": "^3.5.3",
5756
"release-it": "^19.0.2",
5857
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)