Skip to content

Commit 4b8b7f2

Browse files
committed
common: migrating to scoped packages
1 parent 6b1ac4a commit 4b8b7f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/common/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ together with a specific `hardfork` provided.
2525
Here are some simple usage examples:
2626

2727
```javascript
28-
const Common = require('ethereumjs-common')
28+
const Common = require('@ethereumjs/common')
2929

3030
// Instantiate with only the chain
3131
let c = new Common('ropsten')
@@ -176,8 +176,8 @@ If you want to join for work or do improvements on the libraries have a look at
176176
[gitter-link]: https://gitter.im/ethereum/ethereumjs
177177
[js-standard-style-badge]: https://cdn.rawgit.com/feross/standard/master/badge.svg
178178
[js-standard-style-link]: https://github.com/feross/standard
179-
[common-npm-badge]: https://img.shields.io/npm/v/ethereumjs-common.svg
180-
[common-npm-link]: https://www.npmjs.org/package/ethereumjs-common
179+
[common-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/common.svg
180+
[common-npm-link]: https://www.npmjs.org/package/@ethereumjs/common
181181
[common-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20common?label=issues
182182
[common-issues-link]: https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+common"
183183
[common-actions-badge]: https://github.com/ethereumjs/ethereumjs-vm/workflows/Common%20Test/badge.svg

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ethereumjs-common",
2+
"name": "@ethereumjs/common",
33
"version": "1.5.0",
44
"description": "Resources common to all Ethereum implementations",
55
"main": "./dist/index.js",

0 commit comments

Comments
 (0)