We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e3277 commit 58f787eCopy full SHA for 58f787e
2 files changed
templates/default/package.json
@@ -3,7 +3,7 @@
3
"description": "{{description}}",
4
"version": "0.0.0",
5
"dependencies": {
6
- "create-whatever": "^3.0.0"
+ "create-whatever": "^4.0.0"
7
},
8
"author": "{{contact}}",
9
"license": "{{license}}",
templates/typescript/package.json
@@ -7,7 +7,7 @@
"dev": "tsc -w"
10
11
12
"devDependencies": {
13
"shx": "^0.3.2",
0 commit comments