Skip to content

Commit

Permalink
fix: add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzzzs committed Dec 21, 2023
1 parent ef4dc6c commit 6e38c52
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 392 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-kiwis-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pv-script": patch
---

add dependencies
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
coverage
.idea
.vscode
.eslintcache
.eslintcache
bin
3 changes: 0 additions & 3 deletions bin/index.js

This file was deleted.

342 changes: 0 additions & 342 deletions bin/pv-script.js

This file was deleted.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,25 @@
"path": "node_modules/cz-git"
}
},
"dependencies": {
"chalk": "^5.3.0",
"ora": "^7.0.1",
"prompts": "^2.4.2",
"commander": "^11.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.3.4",
"@changesets/cli": "^2.27.1",
"@commitlint/config-conventional": "^18.4.3",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-json": "^6.0.1",
"@types/prompts": "^2.4.9",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"commitizen": "^4.3.0",
"commitlint": "^18.4.3",
"cz-git": "^1.7.1",
"eslint": "^8.55.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"ora": "^7.0.1",
"prompts": "^2.4.2",
"rollup": "^4.6.1",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.2",
Expand Down
Loading

0 comments on commit 6e38c52

Please sign in to comment.