diff --git a/package.json b/package.json index 1b83adb..832a41d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forbin", - "version": "0.1.4", + "version": "0.1.5", "description": "ES6 Component for controllers with filter support.", "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";