File tree Expand file tree Collapse file tree 5 files changed +6
-17
lines changed Expand file tree Collapse file tree 5 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - ' 0.12'
4
- - ' 0.11'
5
- - ' 0.10'
6
- - ' 0.8'
7
- - ' iojs'
3
+ - ' stable'
8
4
before_install :
9
5
- npm update -g npm
10
6
after_script :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Compute.io
4
4
5
5
> Computation library.
6
6
7
+ <a target =" _blank " rel =" nofollow " href =" https://app.codesponsor.io/link/2GH3ESgBANYoWNMCAicW2LQk/compute-io/compute.io " ><img alt =" Sponsor " width =" 888 " height =" 68 " src =" https://app.codesponsor.io/embed/2GH3ESgBANYoWNMCAicW2LQk/compute-io/compute.io.svg " /></a >
7
8
8
9
## Table of Contents
9
10
Original file line number Diff line number Diff line change 110
110
"compute-lpnorm" : " ^1.0.0" ,
111
111
"compute-lt" : " ^1.1.0" ,
112
112
"compute-max" : " ^1.0.0" ,
113
- "compute-mean" : " ^1 .0.0" ,
113
+ "compute-mean" : " ^2 .0.0" ,
114
114
"compute-median" : " ^2.0.0" ,
115
115
"compute-midhinge" : " ^1.0.1" ,
116
116
"compute-midmean" : " ^1.0.3" ,
163
163
"compute-umidmean" : " ^1.0.1" ,
164
164
"compute-unique" : " ^1.0.0" ,
165
165
"compute-unzip" : " ^1.0.1" ,
166
- "compute-variance" : " ^1.1 .0" ,
166
+ "compute-variance" : " ^2.0 .0" ,
167
167
"compute-wmean" : " ^1.0.0" ,
168
168
"compute-zip" : " ^1.1.2"
169
169
},
Original file line number Diff line number Diff line change 3
3
4
4
// MODULES //
5
5
6
- var // Expectation library:
7
- chai = require ( 'chai' ) ,
8
-
9
- // Computation library:
6
+ var chai = require ( 'chai' ) ,
10
7
compute = require ( './../lib' ) ,
11
-
12
- // Module to be tested:
13
8
createFlow = require ( './../lib/flow.js' ) ;
14
9
15
10
Original file line number Diff line number Diff line change 3
3
4
4
// MODULES //
5
5
6
- var // Expectation library:
7
- chai = require ( 'chai' ) ,
8
-
9
- // Module to be tested:
6
+ var chai = require ( 'chai' ) ,
10
7
compute = require ( './../lib' ) ;
11
8
12
9
You can’t perform that action at this time.
0 commit comments