We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5e0fc commit d769f6bCopy full SHA for d769f6b
.gitignore
@@ -1,3 +1,2 @@
1
# .gitignore
2
-/node_modules/
3
-/.package-lock.json
+/node_modules/
package.json
@@ -24,6 +24,9 @@
24
"type": "git",
25
"url": "git+https://github.com/ashvin27/react-time-range-slider.git"
26
},
27
+ "dependencies": {
28
+ "react-input-range": "^1.3.0"
29
+ },
30
"peerDependencies": {
31
"react": "^16.3.0",
32
"react-dom": "^16.3.0"
0 commit comments