Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit c52b0d2

Browse files
committed
Update package
1 parent a35b50f commit c52b0d2

File tree

2 files changed

+71
-4
lines changed

2 files changed

+71
-4
lines changed

package-lock.json

Lines changed: 68 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastjs-cli",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Fastjs-cli can help you build a npm project easily.",
55
"main": "index.js",
66
"bin": {
@@ -27,6 +27,7 @@
2727
"fs-extra": "^10.1.0",
2828
"inquirer": "^8.0.0",
2929
"io-spin": "^0.4.1",
30-
"picocolors": "^1.0.0"
30+
"picocolors": "^1.0.0",
31+
"portfinder": "^1.0.32"
3132
}
3233
}

0 commit comments

Comments
 (0)