Skip to content

Commit 41f35c5

Browse files
committed
Add ad
1 parent 1021e04 commit 41f35c5

File tree

5 files changed

+6
-17
lines changed

5 files changed

+6
-17
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: node_js
22
node_js:
3-
- '0.12'
4-
- '0.11'
5-
- '0.10'
6-
- '0.8'
7-
- 'iojs'
3+
- 'stable'
84
before_install:
95
- npm update -g npm
106
after_script:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Compute.io
44

55
> Computation library.
66
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>
78

89
## Table of Contents
910

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"compute-lpnorm": "^1.0.0",
111111
"compute-lt": "^1.1.0",
112112
"compute-max": "^1.0.0",
113-
"compute-mean": "^1.0.0",
113+
"compute-mean": "^2.0.0",
114114
"compute-median": "^2.0.0",
115115
"compute-midhinge": "^1.0.1",
116116
"compute-midmean": "^1.0.3",
@@ -163,7 +163,7 @@
163163
"compute-umidmean": "^1.0.1",
164164
"compute-unique": "^1.0.0",
165165
"compute-unzip": "^1.0.1",
166-
"compute-variance": "^1.1.0",
166+
"compute-variance": "^2.0.0",
167167
"compute-wmean": "^1.0.0",
168168
"compute-zip": "^1.1.2"
169169
},

test/test.flow.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33

44
// MODULES //
55

6-
var // Expectation library:
7-
chai = require( 'chai' ),
8-
9-
// Computation library:
6+
var chai = require( 'chai' ),
107
compute = require( './../lib' ),
11-
12-
// Module to be tested:
138
createFlow = require( './../lib/flow.js' );
149

1510

test/test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
// MODULES //
55

6-
var // Expectation library:
7-
chai = require( 'chai' ),
8-
9-
// Module to be tested:
6+
var chai = require( 'chai' ),
107
compute = require( './../lib' );
118

129

0 commit comments

Comments
 (0)