@aguycalled/dexie-encrypted
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@aguycalled/dexie-encrypted", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Encryption middleware for Dexie", | ||
@@ -60,5 +60,5 @@ "main": "dist", | ||
"build": "tsc && tsc --module es2015 --outDir dist-esm", | ||
"format": "prettier index.js README.md --write" | ||
}, | ||
"type": "module" | ||
"format": "prettier index.js README.md --write", | ||
"prepublish": "npm run build" | ||
} | ||
} |
88146
No