Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit f90caf1

Browse files
committed
Move web3-provider-engine to dependencies
1 parent 7ad83fe commit f90caf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"hdkey": "^1.1.1",
5252
"randombytes": "^2.0.6",
5353
"utf8": "^3.0.0",
54-
"uuid": "^3.3.2"
54+
"uuid": "^3.3.2",
55+
"web3-provider-engine": "^15.0.7"
5556
},
5657
"devDependencies": {
5758
"@ethereumjs/config-nyc": "^1.1.1",
@@ -75,7 +76,6 @@
7576
"typescript": "^3.2.2",
7677
"typestrict": "^1.0.2",
7778
"typedoc": "^0.14.2",
78-
"typedoc-plugin-markdown": "^1.2.0",
79-
"web3-provider-engine": "^15.0.7"
79+
"typedoc-plugin-markdown": "^1.2.0"
8080
}
8181
}

0 commit comments

Comments
 (0)