diff --git a/README.md b/README.md index 79e0cb6..27050c1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A simple set of Ethereum JS utilities such as `toBuffer` and `isHexPrefixed`. ## Install ``` -npm install --save ethjs-util +npm install --save @metamask/ethjs-util ``` ## Usage @@ -95,7 +95,7 @@ There is always a lot of work to do, and will have many rules to maintain. So pl Please consult our [Code of Conduct](CODE_OF_CONDUCT.md) docs before helping out. -We communicate via [issues](https://github.com/ethjs/ethjs-util/issues) and [pull requests](https://github.com/ethjs/ethjs-util/pulls). +We communicate via [issues](https://github.com/MetaMask/ethjs-util/issues) and [pull requests](https://github.com/MetaMask/ethjs-util/pulls). ## Important documents diff --git a/docs/README.md b/docs/README.md index 2cc5002..9b90c2f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,7 +17,7 @@ should not need to be touched. For more in-depth structure, see the developer-guide.md. -*(If they do have to be changed, please [submit an issue](https://github.com/ethjs/ethjs-util/issues)!)* +*(If they do have to be changed, please [submit an issue](https://github.com/MetaMask/ethjs-util/issues)!)* ### Testing diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 6812dd6..18ab20c 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -5,13 +5,13 @@ All information regarding contributing to and progressing `ethjs-util` module ca ## Install ``` -npm install --save ethjs-util +npm install --save @metamask/ethjs-util ``` ## Install from Source ``` -git clone http://github.com/ethjs/ethjs-util +git clone http://github.com/MetaMask/ethjs-util npm install ``` diff --git a/docs/user-guide.md b/docs/user-guide.md index 6b4b44a..42183ae 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -5,7 +5,7 @@ All information for developers using `ethjs-util` should consult this document. ## Install ``` -npm install --save ethjs-util +npm install --save @metamask/ethjs-util ``` ## Usage diff --git a/package-lock.json b/package-lock.json index 652ed9c..7549406 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "ethjs-util", + "name": "@metamask/ethjs-util", "version": "0.1.6", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 92e19a7..a209c5f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ } }, "bugs": { - "url": "https://github.com/ethjs/ethjs-util/issues" + "url": "https://github.com/MetaMask/ethjs-util/issues" }, "bundleDependencies": false, "contributors": [ @@ -177,7 +177,7 @@ "lib", "src" ], - "homepage": "https://github.com/ethjs/ethjs-util#readme", + "homepage": "https://github.com/MetaMask/ethjs-util#readme", "keywords": [ "ethereum", "rpc", @@ -192,11 +192,15 @@ "lint:eslint": "*.js" }, "main": "lib/index.js", - "name": "ethjs-util", + "name": "@metamask/ethjs-util", "pre-commit": "build", + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/ethjs/ethjs-util.git" + "url": "https://github.com/MetaMask/ethjs-util.git" }, "scripts": { "build": "npm run build:commonjs && npm run test:lib && npm run build:umd && npm run build:umd:min",