Skip to content

Commit 02765d3

Browse files
committed
[conf] remove peerDependencies for react and react-dom to simplify installation and republish package
1 parent 9d88c26 commit 02765d3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@masniper/next-react-videojs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Next.js and React library for Video.js with full feature support.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -36,11 +36,6 @@
3636
],
3737
"author": "Masniper",
3838
"license": "MIT",
39-
"peerDependencies": {
40-
"react": "^17.0.0 || ^18.0.0",
41-
"react-dom": "^17.0.0 || ^18.0.0",
42-
"video.js": "^8.0.0"
43-
},
4439
"devDependencies": {
4540
"@types/react": "^18.0.28",
4641
"@types/react-dom": "^18.0.11",

0 commit comments

Comments
 (0)