File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " multi-integer-range" ,
3
3
"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)" ,
5
5
"repository" : " https://github.com/smikitky/node-multi-integer-range.git" ,
6
6
"main" : " ./lib/multi-integer-range.js" ,
7
7
"typings" : " ./lib/multi-integer-range.d.ts" ,
8
8
"scripts" : {
9
- "test" : " node_modules/.bin/ mocha" ,
10
- "build" : " node_modules/.bin/ tsc"
9
+ "test" : " mocha" ,
10
+ "build" : " tsc"
11
11
},
12
12
"keywords" : [
13
13
" integer" ,
20
20
"author" : " Soichiro Miki" ,
21
21
"license" : " MIT" ,
22
22
"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 "
26
26
},
27
27
"tonicExample" : " var MultiRange = require('multi-integer-range').MultiRange;"
28
28
}
You can’t perform that action at this time.
0 commit comments