diff --git a/package.json b/package.json index a1bdef7..6e164c7 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";