File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ together with a specific `hardfork` provided.
25
25
Here are some simple usage examples:
26
26
27
27
``` javascript
28
- const Common = require (' ethereumjs- common' )
28
+ const Common = require (' @ ethereumjs/ common' )
29
29
30
30
// Instantiate with only the chain
31
31
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
176
176
[ gitter-link ] : https://gitter.im/ethereum/ethereumjs
177
177
[ js-standard-style-badge ] : https://cdn.rawgit.com/feross/standard/master/badge.svg
178
178
[ 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
181
181
[ common-issues-badge ] : https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20common?label=issues
182
182
[ common-issues-link ] : https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+common"
183
183
[ common-actions-badge ] : https://github.com/ethereumjs/ethereumjs-vm/workflows/Common%20Test/badge.svg
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ethereumjs- common" ,
2
+ "name" : " @ ethereumjs/ common" ,
3
3
"version" : " 1.5.0" ,
4
4
"description" : " Resources common to all Ethereum implementations" ,
5
5
"main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments