Skip to content

Commit

Permalink
Merge pull request ethjs#6 from legobeat/move-repo
Browse files Browse the repository at this point in the history
Move repo
  • Loading branch information
legobeat authored Dec 15, 2022
2 parents 78e1639 + 2aa0ade commit 79a3979
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}
},
"bugs": {
"url": "https://github.com/ethjs/ethjs-util/issues"
"url": "https://github.com/MetaMask/ethjs-util/issues"
},
"bundleDependencies": false,
"contributors": [
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 79a3979

Please sign in to comment.