Skip to content

Commit 026b68e

Browse files
committed
Readme clean-up
1 parent 49c5ed7 commit 026b68e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"babel-preset-es2015": "^6.3.13",
1515
"tape": "^4.4.0",
1616
"uglify-js": "^2.6.1"
17+
},
18+
"scripts": {
19+
"test": "node test.js",
20+
"build": "node build.js"
1721
}
1822
}

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# smart-number-inputs.js
1+
# smart-number-inputs
22

33
Increment/decrement number values in text inputs using up and down arrow keys.
44

@@ -33,14 +33,14 @@ const smartNumberInputs = require('smart-number-inputs');
3333
## Running tests
3434

3535
```
36-
node test.js
36+
npm test
3737
```
3838

3939

4040
## Building
4141

4242
```
43-
node build.js
43+
npm run build
4444
```
4545

4646

0 commit comments

Comments
 (0)