Skip to content

Commit 67aa8e1

Browse files
authored
Update package.json info (#5)
* feat: update readme file * feat: bump version * feat: update readme file * feat: update readme file * feat: update readme file * feat: bump version * feat: update package.json info
1 parent 60c0897 commit 67aa8e1

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

package.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
{
22
"name": "reactjs-vimeo-player",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
4+
"description": "@vimeo/player wrapper for React.",
45
"type": "module",
56
"main": "./dist/index.cjs.js",
67
"module": "./dist/index.es.js",
78
"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",
827
"scripts": {
928
"dev": "vite",
1029
"build": "tsc && vite build",

0 commit comments

Comments
 (0)