Skip to content

Commit 3338e5b

Browse files
committed
fix: installer
1 parent a6ce62e commit 3338e5b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

installer/packages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nextify-app",
3-
"version": "0.0.2-20",
3+
"version": "0.0.2-21",
44
"description": "React apps using Next.js and Emotion.",
55
"keywords": [
66
"nextjs",
@@ -42,7 +42,7 @@
4242
"@types/node": "^18.11.18",
4343
"@types/react": "^18.0.27",
4444
"@types/react-dom": "^18.0.10",
45-
"cherry-components": "^0.0.2-20",
45+
"cherry-components": "^0.0.2-21",
4646
"express": "^4.18.2",
4747
"next": "^13.1.3",
4848
"prettier": "^2.8.3",

package-lock.json

Lines changed: 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nextify-app",
3-
"version": "0.0.2-20",
3+
"version": "0.0.2-21",
44
"description": "React apps using Next.js and Emotion.",
55
"keywords": [
66
"nextjs",

0 commit comments

Comments
 (0)