Compare commits

..

No commits in common. "master" and "v8.0.1" have entirely different histories.

View File

@ -1,6 +1,6 @@
{ {
"name": "@tempfix/idb", "name": "@tempfix/idb",
"version": "8.0.3", "version": "8.0.1",
"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,7 +21,11 @@
"CHANGELOG.md" "CHANGELOG.md"
], ],
"type": "module", "type": "module",
"scripts": {}, "scripts": {
"build": "PRODUCTION=1 rollup -c && node --experimental-modules lib/size-report.mjs",
"dev": "rollup -c --watch",
"prepack": "npm run build"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/jakearchibald/idb.git" "url": "git://github.com/jakearchibald/idb.git"