将包设置为私有
This commit is contained in:
@@ -4,8 +4,10 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc"
|
"build": "tsc",
|
||||||
|
"dev": "tsc -w"
|
||||||
},
|
},
|
||||||
"author": "cx",
|
"author": "cx",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
Reference in New Issue
Block a user