将包设置为私有

This commit is contained in:
ChenX 2018-05-29 10:30:41 +08:00
parent 2cd7f413da
commit e3c565a83d

View File

@ -4,8 +4,10 @@
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"scripts": {
"build": "tsc"
"build": "tsc",
"dev": "tsc -w"
},
"author": "cx",
"license": "ISC",