This commit is contained in:
2020-02-24 00:21:48 +08:00
parent 49f886c5ba
commit eaf491f74d
16 changed files with 48 additions and 49 deletions

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@ms/client",
"version": "0.1.0",
"version": "0.2.0",
"description": "MiaoScript client package",
"keywords": [
"miaoscript",
@ -21,7 +21,7 @@
"clean": "rimraf dist",
"watch": "tsc --watch",
"build": "yarn clean && tsc",
"start":"node dist/index.js",
"start": "node dist/index.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
@ -32,4 +32,4 @@
"rimraf": "^3.0.2",
"typescript": "^3.7.5"
}
}
}