Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "playcanvas-react-monorepo",
"description": "A monorepo for PlayCanvas React renderer and examples. Please see the packages directory for more information.",
"private": true,
"license": "MIT",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Presumably you don't want the private field any more?

Copy link
Collaborator Author

@marklundin marklundin Apr 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's on the root monorepo package.json, which should be private, the library package.json is public though

"repository": {
"type": "git",
"url": "https://github.com/playcanvas/react/tree/main/packages/lib"
"url": "https://github.com/playcanvas/react"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 3 additions & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "A React renderer for PlayCanvas – build interactive 3D applications using React's declarative paradigm.",
"homepage": "https://playcanvas-react.vercel.app",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"sideEffects": false,
"main": "dist/index.js",
Expand Down Expand Up @@ -35,7 +36,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/playcanvas/react/tree/main/packages/lib"
"url": "https://github.com/playcanvas/react",
"directory": "packages/lib"
},
"files": [
"dist"
Expand Down
Loading