Skip to content

Commit

Permalink
deps:add get-port-please
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Sep 19, 2023
1 parent 2e0efae commit 7fcadb0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev": "nuxt dev playground",
"dev:nuxt2": "nuxt dev nuxt2-playground",
"build": "nuxt-module-build",
"lint": "eslint .",
"prepack": "nuxt-module-build",
"release": "pnpm test && pnpm changelogen --release --push && pnpm publish",
Expand All @@ -47,7 +48,8 @@
"@nuxt/devtools-kit": "latest",
"@nuxt/kit": "3.7.3",
"chalk": "^5.3.0",
"defu": "^6.1.2"
"defu": "^6.1.2",
"get-port-please": "^3.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 18 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fcadb0

Please sign in to comment.