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 be4fe82588
commit ca79161505
65 changed files with 170 additions and 215 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@ms/compile",
"name": "@ccms/compile",
"version": "0.5.0",
"description": "MiaoScript compile 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",