Skip to content

Commit

Permalink
offline - upgrading xo to 0.52.3 and readme logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 3, 2022
1 parent c2f19b8 commit 999256b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/offline/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @keyv/offline [<img width="100" align="right" src="https://rawgit.com/lukechilds/keyv/master/media/logo.svg" alt="keyv">](https://github.com/lukechilds/keyv)
# @keyv/offline [<img width="100" align="right" src="https://jaredwray.com/images/keyv.svg" alt="keyv">](https://github.com/jaredwray/keyv)

> offline storage adapter for Keyv
Expand All @@ -7,7 +7,7 @@
[![npm](https://img.shields.io/npm/v/@keyv/offline.svg)](https://www.npmjs.com/package/@keyv/offline)
[![npm](https://img.shields.io/npm/dm/@keyv/offline)](https://npmjs.com/package/@keyv/offline)

offline storage adapter for [Keyv](https://github.com/lukechilds/keyv).
Offline storage adapter for [Keyv](https://github.com/jaredwray/keyv).

## Install

Expand Down
2 changes: 1 addition & 1 deletion packages/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"this": "^1.1.0",
"tsd": "^0.22.0",
"typescript": "^4.7.4",
"xo": "^0.51.0"
"xo": "^0.52.3"
},
"tsd" : {
"directory" : "test"
Expand Down
2 changes: 1 addition & 1 deletion packages/offline/src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import EventEmitter from 'node:events';
import {Store, StoredData} from 'keyv';
import type {Store, StoredData} from 'keyv';

declare class KeyvOffline extends EventEmitter implements Store<Value> {
proxy: any;
Expand Down

0 comments on commit 999256b

Please sign in to comment.