1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +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", "name": "stratos",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "app.js",
"scripts": { "scripts": {
"test": "jest --max-workers=50%", "test": "jest --max-workers=50%",
"lint": "eslint .", "lint": "eslint .",
@@ -14,7 +14,7 @@
"url": "git+https://github.com/matt-fidd/stratos.git" "url": "git+https://github.com/matt-fidd/stratos.git"
}, },
"author": "", "author": "",
"license": "MIT", "license": "",
"bugs": { "bugs": {
"url": "https://github.com/matt-fidd/stratos/issues" "url": "https://github.com/matt-fidd/stratos/issues"
}, },