From 0e867c2a03dbf71de69139643515c2b280afff98 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 9 Oct 2015 11:03:02 -0400 Subject: [PATCH] remove jasmine dependency --- lib/index.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 903a14b2..fdfd6b9f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -6,7 +6,6 @@ var commander = require('commander'); var wrench = require('wrench'); var syncMe = require('sync-me'); var methodmissing = require('methodmissing'); -var jasmine = require('jasmine'); //var Tests = require('./test.js'); var Blockchain = require('./blockchain.js'); diff --git a/package.json b/package.json index 198074ac..20836c5d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "dependencies": { "commander": "^2.8.1", "grunt": "^0.4.5", - "jasmine": "^2.3.1", "js-sha3": "^0.3.1", "meteor-build-client": "^0.1.6", "methodmissing": "^0.0.3",