Skip to content

Commit

Permalink
Switch to @aidemaster/node-memwatch (#36)
Browse files Browse the repository at this point in the history
* Switch to @aidemaster/node-memwatch

* npm audit fix

* Build in node 10, not yet 12
  • Loading branch information
brandonros authored and andywer committed Sep 25, 2019
1 parent a10c0f6 commit 3e212bd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ addons:
packages:
- g++-4.8
node_js:
- node # Latest
- 9.0
- 8.11 # LTS
# - node # Latest
- 10
- 8 # LTS
- 7.0
before_install:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

const fs = require('fs')
const memwatch = require('@airbnb/node-memwatch')
const memwatch = require('@aidemaster/node-memwatch')
const minimist = require('minimist')
const path = require('path')
const { createResult } = require('./result')
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"node": ">= 6.0"
},
"dependencies": {
"@airbnb/node-memwatch": "^1.0.2",
"@aidemaster/node-memwatch": "^1.0.5",
"es6-error": "^4.0.2",
"left-pad": "^1.1.3",
"minimist": "^1.2.0",
Expand Down

0 comments on commit 3e212bd

Please sign in to comment.