Skip to content

Commit

Permalink
chore: update library version for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Aug 27, 2020
1 parent 84d44f2 commit 1d9f930
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Yasuaki Uechi <y@uechi.io>",
"scripts": {
"build": "npm run tsup -- --minify --dts",
"clean": "shx rm -rf lib",
"clean": "shx rm -rf lib 'templates/*/{yarn.lock,package-lock.json,node_modules}'",
"dev": "npm run tsup -- --watch",
"prepublishOnly": "npm run clean && npm run build",
"release": "release-it",
Expand Down
2 changes: 1 addition & 1 deletion templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"templates"
],
"dependencies": {
"create-create-app": "^6.0.1"
"create-create-app": "^7.0.0"
},
"license": "{{license}}"
}
2 changes: 1 addition & 1 deletion templates/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"templates"
],
"dependencies": {
"create-create-app": "^6.0.1"
"create-create-app": "^7.0.0"
},
"devDependencies": {
"tsup": "^3.6.1",
Expand Down

0 comments on commit 1d9f930

Please sign in to comment.