Skip to content

Commit 321d726

Browse files
fix: config.js was not included
1 parent 2090cfe commit 321d726

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "create-routify",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A powerful cli for super-powering your routify development experience",
55
"main": "index.js",
66
"type": "module",
77
"files": [
88
"src",
9+
"config.js",
910
"LICENSE",
10-
"README.md"
11+
"README.md",
12+
"CONTRIBUTORS.md"
1113
],
1214
"bin": {
1315
"create-routify": "./src/bin.js"

0 commit comments

Comments
 (0)