This commit is contained in:
2020-03-31 16:16:40 +08:00
parent ec65d00f28
commit da68821a1f
13 changed files with 24 additions and 24 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/ployfill",
"version": "0.4.0",
"version": "0.4.1",
"description": "MiaoScript ployfill package",
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/circlecloud/ms.git",
@ -17,7 +17,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ms/i18n": "^0.4.0",
"@ms/i18n": "^0.4.1",
"@ms/nashorn": "^0.4.0",
"core-js": "^3.6.4"
},