Skip to content

Commit fe62cf2

Browse files
authored
Merge pull request #370 from mixmaxhq/adborroto/fix-ts-import
fix: lib entry point
2 parents fdfec48 + 274a7c9 commit fe62cf2

File tree

3 files changed

+2
-117
lines changed

3 files changed

+2
-117
lines changed

index.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mongo-cursor-pagination",
33
"version": "9.0.0",
44
"description": "Make it easy to return cursor-paginated results from a Mongo collection",
5-
"main": "index.js",
5+
"main": "dist/node/index.js",
66
"files": [
77
"index.js",
88
"dist",
@@ -43,7 +43,6 @@
4343
"bson": "^6.10.3",
4444
"object-path": "^0.11.8",
4545
"projection-utils": "^1.1.0",
46-
"semver": "^5.4.1",
4746
"underscore": "^1.12.1"
4847
},
4948
"devDependencies": {

0 commit comments

Comments
 (0)