mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:59:30 +00:00
Removed licence from package.json and fixed entry point
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user