This commit is contained in:
2020-07-23 14:22:30 +08:00
parent bc17e2f376
commit 2589633069
21 changed files with 99 additions and 64 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/ployfill",
"version": "0.8.3",
"version": "0.8.4",
"description": "MiaoScript ployfill package",
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/circlecloud/ms.git",
@ -14,12 +14,12 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/i18n": "^0.8.3",
"@ccms/nodejs": "^0.8.3",
"@ccms/i18n": "^0.8.4",
"@ccms/nodejs": "^0.8.4",
"core-js": "^3.6.5"
},
"devDependencies": {
"@ccms/nashorn": "^0.8.3",
"@ccms/nashorn": "^0.8.4",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^3.9.6"