Skip to content

Commit

Permalink
fix: critical bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Jul 25, 2023
1 parent a94b10b commit 4c2adcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-routify",
"version": "1.4.0",
"version": "1.4.1",
"description": "A powerful cli for super-powering your routify development experience",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/roxiness/create-routify/issues"
},
"dependencies": {
"@roxi/routify": "^3.0.0-next.171",
"@roxi/routify": "^3.0.0-next",
"kleur": "^4.1.5",
"log-symbols": "^5.1.0",
"minimist": "^1.2.7",
Expand Down

0 comments on commit 4c2adcc

Please sign in to comment.