Browse Source

make packages private

Yuki Takei 1 year ago
parent
commit
0b7f8a9fb2

+ 1 - 0
apps/app/package.json

@@ -2,6 +2,7 @@
   "name": "@growi/app",
   "name": "@growi/app",
   "version": "7.0.8-RC.0",
   "version": "7.0.8-RC.0",
   "license": "MIT",
   "license": "MIT",
+  "private": "true",
   "scripts": {
   "scripts": {
     "//// for production": "",
     "//// for production": "",
     "build": "run-p build:*",
     "build": "run-p build:*",

+ 1 - 0
apps/slackbot-proxy/package.json

@@ -2,6 +2,7 @@
   "name": "@growi/slackbot-proxy",
   "name": "@growi/slackbot-proxy",
   "version": "7.0.8-slackbot-proxy.0",
   "version": "7.0.8-slackbot-proxy.0",
   "license": "MIT",
   "license": "MIT",
+  "private": "true",
   "scripts": {
   "scripts": {
     "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
     "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
     "clean": "shx rm -rf dist",
     "clean": "shx rm -rf dist",

+ 1 - 0
packages/remark-growi-directive/package.json

@@ -3,6 +3,7 @@
   "version": "0.9.0",
   "version": "0.9.0",
   "description": "Remark plugin to support GROWI original directive (forked from remark-directive@2.0.1)",
   "description": "Remark plugin to support GROWI original directive (forked from remark-directive@2.0.1)",
   "license": "MIT",
   "license": "MIT",
+  "private": "true",
   "keywords": [
   "keywords": [
     "unified",
     "unified",
     "remark",
     "remark",