This commit is contained in:
Philipp Kunz 2024-05-17 16:34:59 +02:00
parent 9d18c1abfe
commit a687d70fab

View File

@ -1,6 +1,6 @@
{
"name": "@tempfix/idb",
"version": "8.0.2",
"version": "8.0.3",
"description": "A small wrapper that makes IndexedDB usable",
"main": "./build/index.cjs",
"module": "./build/index.js",
@ -21,9 +21,7 @@
"CHANGELOG.md"
],
"type": "module",
"scripts": {
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/jakearchibald/idb.git"