This commit is contained in:
2020-03-03 01:14:22 +08:00
parent e7c22b5961
commit d608e2c066
17 changed files with 46 additions and 46 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/api",
"version": "0.3.0",
"version": "0.3.1",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -22,8 +22,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ms/container": "^0.3.0",
"@ms/ployfill": "^0.3.0",
"@ms/container": "^0.3.1",
"@ms/ployfill": "^0.3.1",
"source-map-builder": "^0.0.7"
},
"devDependencies": {