refactor: rename scope to @ccms

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-05-03 00:14:47 +08:00
parent 87f197fe06
commit 0584ec9d85
72 changed files with 214 additions and 262 deletions

View File

@ -1,6 +1,6 @@
{
"private": true,
"name": "@ms/plugins",
"name": "@ccms/plugins",
"version": "0.5.0",
"description": "MiaoScript plugins package",
"keywords": [
@ -13,9 +13,6 @@
"homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC",
"main": "dist/index.js",
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
},
"scripts": {
"clean": "rimraf dist",
"watch": "tsc --watch",
@ -28,8 +25,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ms/api": "^0.5.0",
"@ms/container": "^0.5.0",
"@ms/plugin": "^0.5.0"
"@ccms/api": "^0.5.0",
"@ccms/container": "^0.5.0",
"@ccms/plugin": "^0.5.0"
}
}
}