This commit is contained in:
2020-03-25 13:54:45 +08:00
parent 49b96b3ac4
commit 6fc3592536
18 changed files with 48 additions and 48 deletions

View File

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