From 209c99490d7a41b8289e50f1f44416bad94e75d2 Mon Sep 17 00:00:00 2001 From: nicosommi Date: Thu, 13 Aug 2015 17:19:25 -0300 Subject: [PATCH] remove superstack --- package.json | 2 +- tasks/test-local.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index cfcbbd0..84b9920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hacher", - "version": "0.1.2", + "version": "0.1.3", "description": "Cryptographic component", "main": "index.js", "scripts": { diff --git a/tasks/test-local.js b/tasks/test-local.js index 381da73..f6a843a 100644 --- a/tasks/test-local.js +++ b/tasks/test-local.js @@ -1,6 +1,5 @@ import gulp from "gulp"; import mocha from "gulp-mocha"; -import "superstack"; import istanbul from "gulp-istanbul"; import paths from "../paths.json";