Skip to content

Commit c993db5

Browse files
authored
Update package metadata and repository links (#119)
- Added license information as "MIT" to both package.json files for compliance. - Updated repository URLs to point to the main repository instead of specific directories, improving clarity and accessibility.
1 parent 861d725 commit c993db5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "playcanvas-react-monorepo",
33
"description": "A monorepo for PlayCanvas React renderer and examples. Please see the packages directory for more information.",
44
"private": true,
5+
"license": "MIT",
56
"repository": {
67
"type": "git",
7-
"url": "https://github.com/playcanvas/react/tree/main/packages/lib"
8+
"url": "https://github.com/playcanvas/react"
89
},
910
"workspaces": [
1011
"packages/*"

packages/lib/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "A React renderer for PlayCanvas – build interactive 3D applications using React's declarative paradigm.",
44
"homepage": "https://playcanvas-react.vercel.app",
55
"version": "0.3.0",
6+
"license": "MIT",
67
"type": "module",
78
"sideEffects": false,
89
"main": "dist/index.js",
@@ -35,7 +36,8 @@
3536
},
3637
"repository": {
3738
"type": "git",
38-
"url": "https://github.com/playcanvas/react/tree/main/packages/lib"
39+
"url": "https://github.com/playcanvas/react",
40+
"directory": "packages/lib"
3941
},
4042
"files": [
4143
"dist"

0 commit comments

Comments
 (0)