Skip to content

Commit

Permalink
make ethjs-abi a devDependency (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Mar 26, 2018
1 parent cacf036 commit 9bc43c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"eslint-plugin-standard": "^3.0.1",
"ethereumjs-testrpc": "^6.0.1",
"ethereumjs-util": "^5.1.2",
"ethjs-abi": "^0.2.1",
"mocha-lcov-reporter": "^1.3.0",
"solidity-coverage": "^0.4.3",
"solium": "^1.1.2",
"truffle": "^4.0.0",
"truffle-hdwallet-provider": "0.0.3"
},
"dependencies": {
"dotenv": "^4.0.0",
"ethjs-abi": "^0.2.1"
"dotenv": "^4.0.0"
}
}

0 comments on commit 9bc43c8

Please sign in to comment.