This commit is contained in:
2019-09-23 00:41:04 +08:00
parent b7871e8d33
commit 562e2d0017
10 changed files with 32 additions and 32 deletions

View File

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