Skip to content

Commit eb049b4

Browse files
fix: routes were missing & not sorted
1 parent a8bcc45 commit eb049b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roxi",
3-
"version": "1.1.1",
3+
"version": "1.1.3",
44
"description": "The framework that gets your rocks off",
55
"bin": "lib/cli.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"@rollup/plugin-commonjs": "^13.0.0",
1515
"@rollup/plugin-node-resolve": "^8.0.1",
1616
"@rollup/plugin-replace": "^2.3.3",
17-
"@roxi/routify": "^2.0.0-next-major",
17+
"@roxi/routify": "^2.0.1-next-major",
1818
"@types/jest": "^26.0.3",
1919
"adm-zip": "^0.4.14",
2020
"axios": "^0.19.2",

0 commit comments

Comments
 (0)