This commit is contained in:
2020-04-07 13:39:50 +08:00
parent 1c29a059d9
commit c311d3fdb1
15 changed files with 32 additions and 32 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ms/ployfill",
"version": "0.4.1",
"version": "0.4.2",
"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.1",
"@ms/i18n": "^0.4.2",
"@ms/nashorn": "^0.4.0",
"core-js": "^3.6.4"
},