File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactjs-vimeo-player" ,
3
- "version" : " 1.0.3" ,
3
+ "version" : " 1.0.4" ,
4
+ "description" : " @vimeo/player wrapper for React." ,
4
5
"type" : " module" ,
5
6
"main" : " ./dist/index.cjs.js" ,
6
7
"module" : " ./dist/index.es.js" ,
7
8
"types" : " ./dist/index.d.ts" ,
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/ederssouza/reactjs-vimeo-player.git"
12
+ },
13
+ "keywords" : [
14
+ " vimeo" ,
15
+ " react-video-player" ,
16
+ " vimeo-player" ,
17
+ " vimeoplayer" ,
18
+ " reactjs-vimeo-player" ,
19
+ " ederssouza"
20
+ ],
21
+ "author" :
" Eder Sampaio <[email protected] >" ,
22
+ "license" : " MIT" ,
23
+ "bugs" : {
24
+ "url" : " https://github.com/ederssouza/reactjs-vimeo-player/issues"
25
+ },
26
+ "homepage" : " https://github.com/ederssouza/reactjs-vimeo-player#readme" ,
8
27
"scripts" : {
9
28
"dev" : " vite" ,
10
29
"build" : " tsc && vite build" ,
You can’t perform that action at this time.
0 commit comments