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