File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,15 +2,11 @@ language: node_js
22sudo : required
33matrix :
44 include :
5- - node_js : " 0.12"
6- script : " npm test"
7- - node_js : " 4"
8- script : " npm test"
9- - node_js : " 6"
10- script : " npm run travis"
11- - node_js : " 8"
12- script : " npm run travis"
13- - node_js : " 10"
14- script : " npm run travis"
5+ - node_js : " 0.12"
6+ script : " npm test"
7+ - node_js : " 4"
8+ script : " npm run travis"
9+ - node_js : " 10"
10+ script : " npm run travis"
1511env :
16- - BLUEBIRD_DEBUG=0
12+ - BLUEBIRD_DEBUG=0
Original file line number Diff line number Diff line change 11{
22 "name" : " spex" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Specialized Promise Extensions" ,
55 "main" : " lib/index.js" ,
66 "typings" : " typescript/spex.d.ts" ,
4141 "npm" : " >=1.4"
4242 },
4343 "devDependencies" : {
44- "bluebird" : " 3.5.2 " ,
44+ "bluebird" : " 3.5.3 " ,
4545 "browserify" : " 16.2.3" ,
46- "coveralls" : " 3.0.2 " ,
47- "eslint" : " 5.7.0 " ,
46+ "coveralls" : " 3.0.3 " ,
47+ "eslint" : " 5.15.1 " ,
4848 "istanbul" : " 0.4.5" ,
4949 "jasmine-node" : " 1.16.2" ,
5050 "jsdoc" : " 3.5.5" ,
51- "typescript" : " 3.1.3 "
51+ "typescript" : " 3.3.3333 "
5252 }
5353}
You can’t perform that action at this time.
0 commit comments