Skip to content

Commit 9bcbea1

Browse files
committed
fix main field in package.json
1 parent 6171895 commit 9bcbea1

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
@@ -8,7 +8,7 @@
88
"name": "sequelize-cursor-pagination",
99
"description": "Cursor-based pagination queries for Sequelize models",
1010
"version": "3.0.1",
11-
"main": "./src/index.js",
11+
"main": "index.js",
1212
"license": "MIT",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)