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

Commit

Permalink
bump version to v6.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincburns committed Feb 27, 2018
1 parent 880b727 commit 6fcd58d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 13 deletions.
50 changes: 40 additions & 10 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ganache-cli",
"version": "6.1.0-beta.3",
"version": "6.1.0-beta.4",
"bin": {
"ganache-cli": "./build/cli.node.js"
},
Expand All @@ -18,7 +18,7 @@
"prepare": "npm run build"
},
"devDependencies": {
"ganache-core": "2.1.0-beta.5",
"ganache-core": "2.1.0-beta.7",
"prepend-file": "^1.3.1",
"shebang-loader": "0.0.1",
"yargs": "^11.0.0",
Expand All @@ -32,5 +32,6 @@
"dependencies": {
"source-map-support": "^0.5.3",
"webpack-cli": "^2.0.9"
}
},
"license": "MIT"
}

0 comments on commit 6fcd58d

Please sign in to comment.