mirror of
https://github.com/danbulant/ester_os
synced 2026-07-03 10:00:39 +00:00
Remove test & add start
This commit is contained in:
parent
4167e3812b
commit
653b7248db
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Server for Ester OS",
|
"description": "Server for Ester OS",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue