Compare commits
No commits in common. "master" and "v8.0.1" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tempfix/idb",
|
||||
"version": "8.0.3",
|
||||
"version": "8.0.1",
|
||||
"description": "A small wrapper that makes IndexedDB usable",
|
||||
"main": "./build/index.cjs",
|
||||
"module": "./build/index.js",
|
||||
@ -21,7 +21,11 @@
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"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": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jakearchibald/idb.git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user