From 7f50ea25286242f5e4839f28cebb25f6a2a9a8d8 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 22 Nov 2017 19:24:57 -0800 Subject: [PATCH] Version 2.0.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 79217a8..9dd28dd 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "eth-ens-namehash", - "version": "2.0.5", + "version": "2.0.6", "description": "A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137", - "main": "dist/index.js", + "main": "index.js", "scripts": { "bundle": "browserify index.js -o dist/index.js", "test": "node test"