This commit is contained in:
2020-05-15 18:24:24 +08:00
parent d614b3741e
commit 4e1a77cc50
17 changed files with 43 additions and 43 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"
},