Skip to content

Commit 93ff241

Browse files
committed
change package.json
1 parent 5af667d commit 93ff241

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
{
22
"name": "leaflet-react-track-player",
3-
"version": "0.1.0",
4-
"private": true,
3+
"description": "This is plugin to react-leaflet. It create player for control of track.",
4+
"version": "1.0.1",
5+
"private": false,
56
"main": "lib/index.js",
7+
"homepage": "https://github.com/argonavt11/leaflet-react-track-player",
8+
"bugs": {
9+
"url": "https://github.com/argonavt11/leaflet-react-track-player/issues",
10+
"email": "argonavt.al@yandex.ru"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/argonavt11/leaflet-react-track-player.git"
15+
},
616
"dependencies": {
717
"leaflet": "^1.3.4",
818
"moment": "^2.22.2",

0 commit comments

Comments
 (0)