Skip to content

Commit 1b52683

Browse files
committed
fix: fix 'main' entry in package.json
1 parent 543ceca commit 1b52683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@adminjs/sequelize",
33
"version": "2.0.0",
44
"description": "Sequelize adapter for AdminJS",
5-
"main": "build/index.js",
5+
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {
88
"build": "tsc",

0 commit comments

Comments
 (0)