Skip to content

Commit

Permalink
Reorganize ganache dependencies (#1686)
Browse files Browse the repository at this point in the history
* Reorganize ganache dependencies

* Bump @aragon/cli to 7.1.5
  • Loading branch information
macor161 authored May 19, 2020
1 parent b784c94 commit 918167a
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 989 deletions.
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/cli",
"version": "7.1.4",
"version": "7.1.5",
"description": "Aragon command-line tools",
"main": "./dist/toolkit.js",
"bin": {
Expand Down Expand Up @@ -68,6 +68,7 @@
"find-process": "^1.4.2",
"find-up": "^4.0.0",
"fs-extra": "^9.0.0",
"ganache-core": "^2.9.0",
"git-clone": "^0.1.0",
"http-server": "^0.12.1",
"ignore": "^4.0.6",
Expand Down Expand Up @@ -121,8 +122,6 @@
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"ganache-cli": "^6.7.0",
"ganache-core": "^2.9.0",
"nyc": "^15.0.1",
"prettier": "^2.0.4",
"proxyquire": "^2.1.0",
Expand Down
Loading

0 comments on commit 918167a

Please sign in to comment.