Skip to content

Commit 5f68bcf

Browse files
committed
Update dependency versions
1 parent 8a8b2c7 commit 5f68bcf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "multi-integer-range",
33
"version": "1.4.3",
4-
"description": "Parses and manipulates multiple comma-separated integer ranges (eg `1-3,8-10`)",
4+
"description": "Parses and manipulates multiple comma-separated integer ranges (eg 1-3,8-10)",
55
"repository": "https://github.com/smikitky/node-multi-integer-range.git",
66
"main": "./lib/multi-integer-range.js",
77
"typings": "./lib/multi-integer-range.d.ts",
88
"scripts": {
9-
"test": "node_modules/.bin/mocha",
10-
"build": "node_modules/.bin/tsc"
9+
"test": "mocha",
10+
"build": "tsc"
1111
},
1212
"keywords": [
1313
"integer",
@@ -20,9 +20,9 @@
2020
"author": "Soichiro Miki",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"chai": "^3.3.0",
24-
"mocha": "^2.3.3",
25-
"typescript": "^1.6.2"
23+
"chai": "^3.5.0",
24+
"mocha": "^2.5.3",
25+
"typescript": "^1.8.10"
2626
},
2727
"tonicExample": "var MultiRange = require('multi-integer-range').MultiRange;"
2828
}

0 commit comments

Comments
 (0)