Skip to content

Commit 044c38f

Browse files
committed
chore: move commander to devDependencies
1 parent 7a6b9b0 commit 044c38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-bison-app/template/package.json.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"@prisma/client": "^3.1.1",
5959
"apollo-server-micro": "^3.6.7",
6060
"bcryptjs": "^2.4.3",
61-
"commander": "^8.1.0",
6261
"cross-fetch": "3.0.5",
6362
"framer-motion": "^4",
6463
"graphql": "^16.4.0",
@@ -95,6 +94,7 @@
9594
"@types/supertest": "^2.0.10",
9695
"@vercel/node": "^1.7.3",
9796
"chance": "^1.1.8",
97+
"commander": "^8.1.0",
9898
"concurrently": "^7.1.0",
9999
"cross-env": "^7.0.3",
100100
"cypress": "^9.6.0",

0 commit comments

Comments
 (0)