Skip to content

Commit

Permalink
Fix npm packages warning (#133)
Browse files Browse the repository at this point in the history
* Fix npm packages warning

* Bump patch version
  • Loading branch information
antouhou authored Jul 25, 2019
1 parent dad15d0 commit c55b966
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 30 deletions.
42 changes: 14 additions & 28 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
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dashcore-lib",
"version": "0.17.8",
"version": "0.17.9",
"description": "A pure and powerful JavaScript Dash library.",
"author": "Dash Core Group, Inc. <dev@dash.org>",
"main": "index.js",
Expand Down Expand Up @@ -110,7 +110,7 @@
"bs58": "=4.0.1",
"elliptic": "=6.4.1",
"inherits": "=2.0.1",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"unorm": "^1.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit c55b966

Please sign in to comment.