Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Apr 24, 2019
1 parent e9d2ead commit b7fde84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Updated npm dependencies.

## [2.4.2] - 2019-03-11
### Changed
- Moved back to using NAN from N-API to hopefully fix some segmentation faults.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -36,19 +36,19 @@
],
"dependencies": {
"detect-libc": "^1.0.3",
"nan": "^2.12.1",
"nan": "^2.13.2",
"npmlog": "^4.1.2",
"prebuild-install": "^5.2.4",
"prebuild-install": "^5.3.0",
"which-pm-runs": "^1.0.0"
},
"devDependencies": {
"ava": "^1.3.1",
"ava": "^1.4.1",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"node-abi": "^2.7.1",
"node-gyp": "^3.8.0",
"node-gyp": "^4.0.0",
"npm-run-path-compat": "^2.0.3",
"prebuild": "^8.2.0"
"prebuild": "^8.2.1"
},
"scripts": {
"install": "node ./scripts/install.js || node-gyp rebuild",
Expand Down

0 comments on commit b7fde84

Please sign in to comment.