From 275c503d3c45d2f418c758afb083df3bf83e1b56 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 14 Feb 2022 10:28:49 +0000 Subject: [PATCH] Removed licence from package.json and fixed entry point --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e602440..c7a8688 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "stratos", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "app.js", "scripts": { "test": "jest --max-workers=50%", "lint": "eslint .", @@ -14,7 +14,7 @@ "url": "git+https://github.com/matt-fidd/stratos.git" }, "author": "", - "license": "MIT", + "license": "", "bugs": { "url": "https://github.com/matt-fidd/stratos/issues" },