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 49c5ed7 commit 026b68eCopy full SHA for 026b68e
package.json
@@ -14,5 +14,9 @@
14
"babel-preset-es2015": "^6.3.13",
15
"tape": "^4.4.0",
16
"uglify-js": "^2.6.1"
17
+ },
18
+ "scripts": {
19
+ "test": "node test.js",
20
+ "build": "node build.js"
21
}
22
readme.md
@@ -1,4 +1,4 @@
1
-# smart-number-inputs.js
+# smart-number-inputs
2
3
Increment/decrement number values in text inputs using up and down arrow keys.
4
@@ -33,14 +33,14 @@ const smartNumberInputs = require('smart-number-inputs');
33
## Running tests
34
35
```
36
-node test.js
+npm test
37
38
39
40
## Building
41
42
43
-node build.js
+npm run build
44
45
46
0 commit comments