We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc43c0c commit d0a3d78Copy full SHA for d0a3d78
package.json
@@ -2,7 +2,7 @@
2
"name": "idb-ts",
3
"version": "3.0.1",
4
"description": "Easy CRUD for indexed-db, written in TypeScript",
5
- "main": "index.ts",
+ "main": "lib/index.js",
6
"scripts": {
7
"prepare": "npm run build",
8
"build": "tsc"
0 commit comments