|
|
@ -1,8 +1,8 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "eth-ens-namehash",
|
|
|
|
"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",
|
|
|
|
"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": {
|
|
|
|
"scripts": {
|
|
|
|
"bundle": "browserify index.js -o dist/index.js",
|
|
|
|
"bundle": "browserify index.js -o dist/index.js",
|
|
|
|
"test": "node test"
|
|
|
|
"test": "node test"
|
|
|
|