Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cokeeffekt committed Apr 7, 2021
1 parent 91a9d9a commit fc3716f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snub",
"version": "2.0.11",
"version": "2.0.12",
"description": "pub/sub",
"main": "snub.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/cokeeffekt/snub#readme",
"dependencies": {
"ioredis": "^4.16.0"
"ioredis": "^4.25.0"
},
"devDependencies": {
"eslint": "^6.4.0",
Expand Down
1 change: 0 additions & 1 deletion snub.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const { deepStrictEqual } = require('assert');
var path = require('path');
var filename = 'Unknown';
try {
Expand Down

0 comments on commit fc3716f

Please sign in to comment.