Skip to content

Commit

Permalink
Fix dependencies and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Nov 30, 2018
1 parent 7826fa8 commit d6aa769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-deploy-registry",
"version": "0.4.3",
"version": "0.4.4",
"description": "Store deployed contract addresses separately from Truffle artifacts.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,9 @@
"devDependencies": {
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"mkdirp": "^0.5.1",
"merge": ">=1.2.1"
},
"dependencies": {
"mkdirp": "^0.5.1"
}
}

0 comments on commit d6aa769

Please sign in to comment.