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 32fcc19 commit 806d5d7Copy full SHA for 806d5d7
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-range-step-input",
3
"version": "1.0.0",
4
- "description": "An <input type=range> that steps up and down on click ",
+ "description": "An <input type=range> that steps up and down on click.",
5
"main": "src/RangeStepInput.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
@@ -12,6 +12,9 @@
12
"url": "git+https://github.com/nikolas/react-range-step-input.git"
13
},
14
"keywords": [
15
+ "react",
16
+ "range-input",
17
+ "science",
18
"astronomy"
19
],
20
"author": "Nikolas Nyby",
0 commit comments