Skip to content

Commit

Permalink
compress-gzip - removing this as no longer needed (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Nov 6, 2022
1 parent a22d37d commit 6a40d95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/compress-gzip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"keyv": "*",
"nyc": "^15.1.0",
"requirable": "^1.0.5",
"this": "^1.1.0",
"ts-node": "^10.9.1",
"tsd": "^0.24.1",
"typescript": "^4.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/compress-gzip/test/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const test = require('ava');
const {keyvCompresstionTests} = require('@keyv/test-suite');
const KeyvGzip = require('this');
const KeyvGzip = require('../src/index.js');

keyvCompresstionTests(test, new KeyvGzip());

Expand Down

0 comments on commit 6a40d95

Please sign in to comment.