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,5 +1,5 @@
{
"name": "@ms/api",
"name": "@ccms/api",
"version": "0.5.0",
"description": "MiaoScript api package",
"keywords": [
@ -12,9 +12,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",
@ -22,8 +19,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ms/container": "^0.5.0",
"@ms/ployfill": "^0.5.0",
"@ccms/container": "^0.5.0",
"@ccms/ployfill": "^0.5.0",
"base64-js": "^1.3.1",
"source-map-builder": "^0.0.7"
},