Yuki Takei 2 недель назад
Родитель
Сommit
35de56dbb6

+ 1 - 1
apps/app/package.json

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

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

@@ -2,7 +2,7 @@
   "name": "@growi/slackbot-proxy",
   "version": "7.5.0-slackbot-proxy.0",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "scripts": {
     "build": "tspc -p tsconfig.build.json",
     "clean": "shx rm -rf dist",

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "version": "7.5.0-RC.0",
   "description": "Team collaboration software using markdown",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "tags": [
     "wiki",
     "communication",

+ 1 - 1
packages/custom-icons/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "Custom icons builder project for GROWI",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "scripts": {
     "build": "svgtofont --sources ./svg --output ./dist",
     "dev": "svgtofont --sources ./svg --output ./dist"

+ 1 - 1
packages/editor/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "A markdown editor for GROWI",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "type": "module",
   "main": "dist/index.js",
   "module": "dist/index.js",

+ 1 - 1
packages/emoji-mart-data/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "Extracted emoji-mart native lookup data for GROWI",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "type": "module",
   "main": "./dist/index.js",
   "types": "./dist/index.d.ts",

+ 1 - 1
packages/presentation/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "A package for GROWI presentation feature",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "keywords": [
     "growi",
     "growi-plugin"

+ 1 - 1
packages/preset-templates/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "GROWI preset templates",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "scripts": {
     "test": "vitest run",
     "lint": "biome check"

+ 1 - 1
packages/preset-themes/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "GROWI preset themes",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "main": "dist/libs/preset-themes.umd.js",
   "module": "dist/libs/preset-themes.mjs",
   "types": "dist/libs/index.d.ts",

+ 1 - 1
packages/remark-attachment-refs/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "Remark plugin to add ref/refimg/refs/refsimg tags",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "keywords": [
     "growi",
     "growi-plugin"

+ 1 - 1
packages/remark-drawio/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "Remark plugin to draw diagrams with draw.io (diagrams.net)",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "keywords": [
     "unified",
     "remark",

+ 1 - 1
packages/remark-lsx/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "Remark plugin to list pages",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "keywords": [
     "growi",
     "growi-plugin"

+ 1 - 1
packages/slack/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "Slack integration libraries for GROWI",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "type": "module",
   "main": "dist/index.cjs",
   "module": "dist/index.js",

+ 1 - 1
packages/ui/package.json

@@ -3,7 +3,7 @@
   "version": "1.0.0",
   "description": "GROWI UI Libraries",
   "license": "MIT",
-  "private": "true",
+  "private": true,
   "keywords": [
     "growi"
   ],