From fcc7f41438ca00450339638c2401a40934fa6907 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 12 Dec 2016 21:27:18 -0800 Subject: [PATCH] env: fix coinview. --- lib/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/env.js b/lib/env.js index 6257c7f7..7efbf8f2 100644 --- a/lib/env.js +++ b/lib/env.js @@ -130,7 +130,7 @@ function Environment() { // Coins this.require('coins', './coins'); - this.require('coinview', './coinview'); + this.require('coinview', './coins/coinview'); // Crypto this.require('crypto', './crypto');