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"