Skip to content

Commit

Permalink
Add ad
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Sep 7, 2017
1 parent 1021e04 commit 41f35c5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 17 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
@@ -1,10 +1,6 @@
language: node_js
node_js:
- '0.12'
- '0.11'
- '0.10'
- '0.8'
- 'iojs'
- 'stable'
before_install:
- npm update -g npm
after_script:
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@ Compute.io

> Computation library.
<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>

## Table of Contents

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -110,7 +110,7 @@
"compute-lpnorm": "^1.0.0",
"compute-lt": "^1.1.0",
"compute-max": "^1.0.0",
"compute-mean": "^1.0.0",
"compute-mean": "^2.0.0",
"compute-median": "^2.0.0",
"compute-midhinge": "^1.0.1",
"compute-midmean": "^1.0.3",
Expand Down Expand Up @@ -163,7 +163,7 @@
"compute-umidmean": "^1.0.1",
"compute-unique": "^1.0.0",
"compute-unzip": "^1.0.1",
"compute-variance": "^1.1.0",
"compute-variance": "^2.0.0",
"compute-wmean": "^1.0.0",
"compute-zip": "^1.1.2"
},
Expand Down
7 changes: 1 addition & 6 deletions test/test.flow.js
Expand Up @@ -3,13 +3,8 @@

// MODULES //

var // Expectation library:
chai = require( 'chai' ),

// Computation library:
var chai = require( 'chai' ),
compute = require( './../lib' ),

// Module to be tested:
createFlow = require( './../lib/flow.js' );


Expand Down
5 changes: 1 addition & 4 deletions test/test.js
Expand Up @@ -3,10 +3,7 @@

// MODULES //

var // Expectation library:
chai = require( 'chai' ),

// Module to be tested:
var chai = require( 'chai' ),
compute = require( './../lib' );


Expand Down

0 comments on commit 41f35c5

Please sign in to comment.