Skip to content

Commit

Permalink
update standard
Browse files Browse the repository at this point in the history
  • Loading branch information
SerayaEryn committed Nov 2, 2020
1 parent e10c8e1 commit 6aa1944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/store.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

var EventEmitter = require('events').EventEmitter
var util = require('util')
const EventEmitter = require('events').EventEmitter
const util = require('util')

function Store (storeMap = new Map()) {
this.store = storeMap
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"fastify-cookie": "^4.1.0",
"got": "^11.6.0",
"nyc": "^15.0.0",
"standard": "^14.0.0",
"standard": "^16.0.1",
"typescript": "^4.0.2"
},
"types": "types/types.d.ts",
Expand Down

0 comments on commit 6aa1944

Please sign in to comment.