From 321d726f1f1d7d67c09b45b3474b0ab01c8ff01e Mon Sep 17 00:00:00 2001 From: Jakob Rosenberg Date: Sun, 30 Jul 2023 20:54:26 +0200 Subject: [PATCH] fix: config.js was not included --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e5ea23b..a44394c 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,15 @@ { "name": "create-routify", - "version": "1.5.0", + "version": "1.5.1", "description": "A powerful cli for super-powering your routify development experience", "main": "index.js", "type": "module", "files": [ "src", + "config.js", "LICENSE", - "README.md" + "README.md", + "CONTRIBUTORS.md" ], "bin": { "create-routify": "./src/bin.js"