Skip to content

Commit

Permalink
offline - removing this package as no longer needed (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Sep 26, 2022
1 parent a117e20 commit c877fb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"requirable": "^1.0.5",
"this": "^1.1.0",
"tsd": "^0.23.0",
"typescript": "^4.8.2",
"xo": "^0.52.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/offline/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

const test = require('ava');
const Keyv = require('keyv');
const KeyvOffline = require('this');
const KeyvRedis = require('@keyv/redis');
const keyvTestSuite = require('@keyv/test-suite').default;
const {keyvOfficialTests} = require('@keyv/test-suite');
const KeyvOffline = require('../src/index.js');

const keyvRedisBad = new KeyvRedis({
uri: 'redis://user:pass@localhost:1338',
Expand Down

0 comments on commit c877fb0

Please sign in to comment.