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/nashorn",
"name": "@ccms/nashorn",
"version": "0.5.0",
"description": "MiaoScript api package",
"keywords": [
@ -13,9 +13,6 @@
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
},
"scripts": {
"clean": "rimraf dist",
"watch": "tsc --watch",
@ -27,4 +24,4 @@
"rimraf": "^3.0.2",
"typescript": "^3.8.3"
}
}
}

View File

@ -41,6 +41,7 @@ declare global {
namespace NodeJS {
interface Global {
scope: string;
logger: any;
debug: boolean;
level: string;