Chris Tate 5 месяцев назад
Родитель
Сommit
f4654c9782
2 измененных файлов с 8 добавлено и 2 удалено
  1. 4 1
      packages/core/package.json
  2. 4 1
      packages/react/package.json

+ 4 - 1
packages/core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@json-render/core",
-  "version": "0.1.0",
+  "version": "0.0.1",
   "license": "Apache-2.0",
   "description": "JSON becomes real things. Define your catalog, register your components, let AI generate.",
   "keywords": [
@@ -23,6 +23,9 @@
   "bugs": {
     "url": "https://github.com/vercel-labs/json-render/issues"
   },
+  "publishConfig": {
+    "access": "public"
+  },
   "main": "./dist/index.js",
   "module": "./dist/index.mjs",
   "types": "./dist/index.d.ts",

+ 4 - 1
packages/react/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@json-render/react",
-  "version": "0.1.0",
+  "version": "0.0.1",
   "license": "Apache-2.0",
   "description": "React renderer for @json-render/core. JSON becomes React components.",
   "keywords": [
@@ -23,6 +23,9 @@
   "bugs": {
     "url": "https://github.com/vercel-labs/json-render/issues"
   },
+  "publishConfig": {
+    "access": "public"
+  },
   "main": "./dist/index.js",
   "module": "./dist/index.mjs",
   "types": "./dist/index.d.ts",