This commit is contained in:
2019-09-24 10:15:06 +08:00
parent c7a812c003
commit 781524f83e
7 changed files with 15 additions and 15 deletions

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@ms/plugins",
"version": "0.1.0",
"version": "0.1.1",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@ -28,7 +28,7 @@
"typescript": "^3.6.2"
},
"dependencies": {
"@ms/plugin": "^0.1.0",
"@ms/plugin": "^0.1.1",
"es6-map": "^0.1.5",
"inversify": "^5.0.1"
}