chore: make package private

This commit is contained in:
daief
2020-11-30 16:02:49 +08:00
parent 205b6dca21
commit 8eef7958fd

View File

@@ -1,11 +1,16 @@
{
"name": "gm-response-proxy",
"version": "0.0.1",
"private": true,
"description": "",
"author": {
"name": "daief",
"email": "defeng_mail@163.com"
},
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/daief/gm-response-proxy"
},
"license": "MIT",
"scripts": {
"watch": "cross-env NODE_ENV=development TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config ./config/index.ts -w",