Skip to content

Commit

Permalink
update dependencies so npm audit will shut up; update nvmrc to 10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
erdii committed Jun 5, 2019
1 parent ca51a2e commit b208726
Show file tree
Hide file tree
Showing 4 changed files with 1,864 additions and 1,191 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10.16
1 change: 1 addition & 0 deletions _src/lib/node_cache.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ EventEmitter = require('events').EventEmitter
# generate superclass
module.exports = class NodeCache extends EventEmitter
constructor: ( @options = {} )->
super()

@_initErrors()
# container for cached data
Expand Down

0 comments on commit b208726

Please sign in to comment.