1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 15:59:25 +00:00

Removed licence from package.json and fixed entry point

This commit is contained in:
2022-02-14 10:28:49 +00:00
parent 53ac018d40
commit 275c503d3c

View File

@@ -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"
},