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:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user