Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
upgrade devDependencies to latest versions (#4)
Browse files Browse the repository at this point in the history
* upgrade all devDependencies to latest version

* assert.equal is deprecated

* update tests to avoid returning buffers

* address formatting change
  • Loading branch information
shiftkey committed Mar 5, 2019
1 parent 282d57c commit 44fc30a
Show file tree
Hide file tree
Showing 4 changed files with 2,609 additions and 915 deletions.
2 changes: 1 addition & 1 deletion index.js
@@ -1,5 +1,5 @@
const fs = require('fs')
const {spawn} = require('child_process')
const { spawn } = require('child_process')
const EventEmitter = require('events')
const binding = require('./build/Release/fs_admin.node')
const fsAdmin = module.exports
Expand Down

0 comments on commit 44fc30a

Please sign in to comment.