v0.2.0
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user