This commit is contained in:
2020-05-15 18:24:24 +08:00
parent 5c3ed4e36d
commit 0899276530
18 changed files with 47 additions and 47 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/api",
"version": "0.6.6",
"version": "0.6.7",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -19,8 +19,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/container": "^0.6.6",
"@ccms/ployfill": "^0.6.6",
"@ccms/container": "^0.6.7",
"@ccms/ployfill": "^0.6.7",
"base64-js": "^1.3.1",
"source-map-builder": "^0.0.7"
},