From b04edd1039dac49822e7f803d1cbaa9818ae8e7b Mon Sep 17 00:00:00 2001 From: Felipe Sabino Date: Fri, 19 Aug 2016 14:12:36 -0300 Subject: [PATCH] Fix since it is not getting the latest ector ver Due to this bug #7 (possibly fixed here https://github.com/parmentf/node-ector/issues/4) the dependency was not changed so I think it should be changed in order to get the latest version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3fadfe..3e607b4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "coffee-script": "~1.6", - "ector": "^0.1.7", + "ector": "*", "file-concept-network": "^0.1.2" }, "devDependencies": {