Skip to content

Commit

Permalink
Update dependencies; bump package version: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intrueder committed Jul 22, 2020
1 parent a53c304 commit 3e22f36
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 65 deletions.
144 changes: 82 additions & 62 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cue-sdk",
"author": "Tymur Mudzhyri",
"license": "MIT",
"version": "1.3.1",
"version": "1.4.0",
"description": "A Node.js native wrapper around CUE SDK",
"repository": "https://github.com/intrueder/cue-sdk",
"main": "index.js",
Expand All @@ -13,10 +13,10 @@
},
"dependencies": {
"node-addon-api": "3.0.0",
"node-gyp-build": "4.2.2"
"node-gyp-build": "4.2.3"
},
"devDependencies": {
"node-gyp": "6.1.0",
"node-gyp": "7.0.0",
"prebuildify": "4.0.0"
}
}

0 comments on commit 3e22f36

Please sign in to comment.