Skip to content

Commit cb82702

Browse files
* Add Demo link in README file
* Update package.json file
1 parent 415fdf8 commit cb82702

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
react-time-range-slider is a React component allowing users to integrate time range slider. It can accept start and end time. It also allow to define time format default 24 hour time format
44

5+
## Demo
6+
A running demo is available [here](https://ashvin27.github.io/react-time-range-slider/examples/)
7+
58
## Installation
69

710
With [npm](https://npmjs.org/) installed, run

package.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,21 @@
99
"transpile": "babel src -d dist --copy-files",
1010
"prepublishOnly": "npm run transpile"
1111
},
12-
"author": "Ashvin Patel",
13-
"license": "ISC",
12+
"author": {
13+
"name": "Ashvin Patel",
14+
"email": "patelash212@gmail.com",
15+
"url": "https://github.com/ashvin27"
16+
},
17+
"license": "MIT",
18+
"homepage": "https://ashvin27.github.io/react-time-range-slider/",
19+
"bugs": {
20+
"url": "https://github.com/ashvin27/react-time-range-slider/issues",
21+
"email": "patelash212@gmail.com"
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/ashvin27/react-time-range-slider.git"
26+
},
1427
"peerDependencies": {
1528
"react": "^16.3.0",
1629
"react-dom": "^16.3.0"
@@ -41,6 +54,8 @@
4154
"slider",
4255
"time",
4356
"form",
44-
"input"
57+
"input",
58+
"react-time-range-slider",
59+
"timepicker"
4560
]
4661
}

0 commit comments

Comments
 (0)