We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d88c26 commit 02765d3Copy full SHA for 02765d3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@masniper/next-react-videojs",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A Next.js and React library for Video.js with full feature support.",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.js",
@@ -36,11 +36,6 @@
36
],
37
"author": "Masniper",
38
"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
- },
44
"devDependencies": {
45
"@types/react": "^18.0.28",
46
"@types/react-dom": "^18.0.11",
0 commit comments