Correct github name

master
Dan Finlay 7 years ago
parent 1c59af7686
commit ff49e56186
No known key found for this signature in database
GPG Key ID: 931102F24B36007A

@ -1,4 +1,4 @@
# Eth ENS Namehash [![CircleCI](https://circleci.com/gh/flyswatter/eth-ens-namehash.svg?style=svg)](https://circleci.com/gh/flyswatter/eth-ens-namehash) # Eth ENS Namehash [![CircleCI](https://circleci.com/gh/:lyswatter/eth-ens-namehash.svg?style=svg)](https://circleci.com/gh/danfinlay/eth-ens-namehash)
A javascript library for generating Ethereum Name Service (ENS) namehashes per [spec](https://github.com/ethereum/EIPs/issues/137). A javascript library for generating Ethereum Name Service (ENS) namehashes per [spec](https://github.com/ethereum/EIPs/issues/137).

@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+ssh://git@github.com/flyswatter/eth-ens-namehash.git" "url": "git+ssh://git@github.com/danfinlay/eth-ens-namehash.git"
}, },
"keywords": [ "keywords": [
"Ethereum", "Ethereum",
@ -18,9 +18,9 @@
"author": "Dan Finlay <dan@danfinlay.com>", "author": "Dan Finlay <dan@danfinlay.com>",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/flyswatter/eth-ens-namehash/issues" "url": "https://github.com/danfinlay/eth-ens-namehash/issues"
}, },
"homepage": "https://github.com/flyswatter/eth-ens-namehash#readme", "homepage": "https://github.com/danfinlay/eth-ens-namehash#readme",
"devDependencies": { "devDependencies": {
"tape": "^4.6.3", "tape": "^4.6.3",
"babel-preset-es2015": "^6.24.1", "babel-preset-es2015": "^6.24.1",

Loading…
Cancel
Save