Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
a687d70fab | |||
9d18c1abfe | |||
600d2a2a92 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tempfix/idb",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.3",
|
||||
"description": "A small wrapper that makes IndexedDB usable",
|
||||
"main": "./build/index.cjs",
|
||||
"module": "./build/index.js",
|
||||
@ -21,11 +21,7 @@
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "PRODUCTION=1 rollup -c && node --experimental-modules lib/size-report.mjs",
|
||||
"dev": "rollup -c --watch",
|
||||
"prepack": "npm run build"
|
||||
},
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jakearchibald/idb.git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user