Skip to content

Commit

Permalink
Fresh up test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Jul 17, 2017
1 parent 40d0100 commit dc1436d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions package.json
Expand Up @@ -9,15 +9,11 @@
},
"devDependencies": {
"color-space": "^1.14.3",
"tap": "^5.1"
"tape": "^4.7.0"
},
"files": [
"index.js",
"colorScales.js"
],
"main": "index.js",
"scripts": {
"test": "tap test/*.js",
"test": "tape test/*.js",
"build": "browserify example/example.js -o example/bundle.js",
"draw": "budo test/draw.js"
},
Expand Down
2 changes: 1 addition & 1 deletion test/output-length-test.js
@@ -1,5 +1,5 @@
var cmap = require('./..'),
tap = require('tap');
tap = require('tape');


tap.test('is object - object', function(t) {
Expand Down
2 changes: 1 addition & 1 deletion test/rgba-colorscale-test.js
@@ -1,5 +1,5 @@
var colormap = require('../.'),
test = require('tap').test;
test = require('tape').test;

test('alpha config creates rgba arrays with correct alpha', function (t) {

Expand Down

0 comments on commit dc1436d

Please sign in to comment.