diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-18 22:16:30 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-18 22:16:30 -0500 |
commit | 03886eb83310d051cc2a8d2ab0bb69412239ddd8 (patch) | |
tree | d82569a7dddfbe915ed5f2561ceaa013c48caa87 /package.json | |
parent | f2f4081d4572c48ebbe6685b8f89889823da0a69 (diff) |
Add fake-indexeddb
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index b486c25d..4190741a 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "homepage": "https://foosoft.net/projects/yomichan/", "devDependencies": { "eslint": "^6.8.0", - "eslint-plugin-no-unsanitized": "^3.0.2" + "eslint-plugin-no-unsanitized": "^3.0.2", + "fake-indexeddb": "^3.0.0" } } |