Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #266 from brave/publish-engines
Browse files Browse the repository at this point in the history
Remove engines requirement from ethereum-remote-client
  • Loading branch information
bbondy authored Aug 10, 2021
2 parents 0849cb2 + 95a9660 commit 7275e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions development/build/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function createBravePublishTasks () {
delete json.browserify
json.devDependencies = {}
json.dependencies = {}
json.engines = {}
json.scripts = {}
return json
}))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-remote-client",
"version": "0.1.96",
"version": "0.1.97",
"private": true,
"scripts": {
"start": "yarn build dev",
Expand Down

0 comments on commit 7275e0b

Please sign in to comment.