RubyGems
npm
Organizations
Log in
Sign up
npm
customvidplayer
Versions diffs
0.0.10 → 0.0.11
customvidplayer 0.0.10 → 0.0.11
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/package.json
+1
-1
/package/src/components/{Section.jsx → Section.js}
+0
-0
/package/src/components/{ThemeProvider.jsx → ThemeProvider.js}
+0
-0
/package/src/components/{VideoPlayer.jsx → VideoPlayer.js}
+0
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "customvidplayer",
3
-
"version": "0.0.
10
",
3
+
"version": "0.0.
11
",
4
4
"description": "Customizable video player with section navigation and theming.",
5
5
"main": "dist/index.js",
6
6
"types": "dist/index.d.ts",
/package/src/components/{Section.jsx → Section.js}
RENAMED
Viewed
File without changes
/package/src/components/{ThemeProvider.jsx → ThemeProvider.js}
RENAMED
Viewed
File without changes
/package/src/components/{VideoPlayer.jsx → VideoPlayer.js}
RENAMED
Viewed
File without changes