From 571b91722acf93c65eb37bad90f8c662ad8f3c1b Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 15 Nov 2017 14:24:35 -0800 Subject: [PATCH] Test transpiled bundle --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 6d93725..3191e91 100644 --- a/test/index.js +++ b/test/index.js @@ -1,5 +1,5 @@ const test = require('tape') -const namehash = require('../') +const namehash = require('../dist') // Test results specified in original ENS Proposal: // https://github.com/ethereum/EIPs/issues/137