File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 3939 "watch" : " babel --optional runtime scripts/watch.js | node"
4040 },
4141 "dependencies" : {
42- "babel-runtime" : " 5.5.5 "
42+ "babel-runtime" : " 5.6.12 "
4343 },
4444 "devDependencies" : {
45- "babel" : " 5.5.5 " ,
46- "babel-core" : " 5.5.5 " ,
47- "babel-eslint" : " 3.1.15 " ,
45+ "babel" : " 5.6.12 " ,
46+ "babel-core" : " 5.6.12 " ,
47+ "babel-eslint" : " 3.1.23 " ,
4848 "chai" : " 3.0.0" ,
4949 "chai-as-promised" : " 5.1.0" ,
5050 "chai-subset" : " 1.0.1" ,
51- "eslint" : " 0.22.1 " ,
51+ "eslint" : " 0.24.0 " ,
5252 "flow-bin" : " 0.13.1" ,
5353 "isparta" : " 3.0.3" ,
5454 "mocha" : " 2.2.5" ,
55- "sane" : " 1.1.2 "
55+ "sane" : " 1.1.3 "
5656 }
5757}
Original file line number Diff line number Diff line change 77 * of patent rights can be found in the PATENTS file in the same directory.
88 */
99
10- require ( 'babel/register' ) ( { optional : [ 'runtime' ] } ) ;
10+ require ( 'babel/register' ) ( {
11+ optional : [ 'runtime' ]
12+ } ) ;
13+
1114var chai = require ( 'chai' ) ;
15+
1216var chaiSubset = require ( 'chai-subset' ) ;
1317chai . use ( chaiSubset ) ;
18+
1419var chaiAsPromised = require ( 'chai-as-promised' ) ;
1520chai . use ( chaiAsPromised ) ;
You can’t perform that action at this time.
0 commit comments