Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 346660c

Browse files
authored
Merge branch 'master' into eslint-implicit-deps-in-tests
2 parents f11fc5c + a06a3ac commit 346660c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ build/Release
6666
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
6767
node_modules
6868
package-lock.json
69+
pnpm-lock.yaml
70+
yarn.lock
6971

7072
# ChainDB folder
7173
chaindata

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "dist/lib/index.d.ts",
77
"browser": "dist/bundle.js",
88
"bin": {
9-
"ethereumjs": "node bin/cli.js"
9+
"ethereumjs": "bin/cli.js"
1010
},
1111
"files": [
1212
"bin",
@@ -104,6 +104,7 @@
104104
"nyc": "^14.1.1",
105105
"pino": "^5.8.0",
106106
"pino-pretty": "^2.2.2",
107+
"pull-pair": "^1.1.0",
107108
"supertest": "^3.1.0",
108109
"tape": "~4.10.1",
109110
"tape-catch": "~1.0.6",

0 commit comments

Comments
 (0)