From 21c0842433f0d1ef10453ac58f7825e291364412 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Fri, 22 Oct 2021 22:34:15 +0200 Subject: [PATCH] little test --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b7e89b..9933772 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fmi", "version": "1.0.0", "description": "Find my Informations.\r A very simple Config File System!!!", - "main": "main.js", + "main": "config.js", "type":"module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -11,6 +11,9 @@ "type": "git", "url": "git+https://gitlab.com/jusax23/fmi.git" }, + "files": [ + "config.js" + ], "author": "jusax23", "license": "ISC", "bugs": {