This commit is contained in:
2021-11-04 09:28:18 +08:00
parent 4ee300a22b
commit 72173b4778
23 changed files with 68 additions and 68 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/polyfill",
"version": "0.16.2",
"version": "0.17.0",
"description": "MiaoScript polyfill 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.16.0",
"@ccms/nodejs": "^0.16.0",
"@ccms/i18n": "^0.17.0",
"@ccms/nodejs": "^0.17.0",
"core-js": "^3.16.0"
},
"devDependencies": {
"@ccms/nashorn": "^0.16.0",
"@ccms/nashorn": "^0.17.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"