Skip to content

Commit d0a3d78

Browse files
committed
[node]: changed main file path to build file path;
1 parent fc43c0c commit d0a3d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "idb-ts",
33
"version": "3.0.1",
44
"description": "Easy CRUD for indexed-db, written in TypeScript",
5-
"main": "index.ts",
5+
"main": "lib/index.js",
66
"scripts": {
77
"prepare": "npm run build",
88
"build": "tsc"

0 commit comments

Comments
 (0)