Skip to content

Commit 07410c1

Browse files
authored
Merge pull request #22 from maxmind/kevin/fix-dist
Point main to dist/src/index.js
2 parents 306df40 + 2fa2fb1 commit 07410c1

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": "@maxmind/minfraud-api-node",
33
"version": "0.3.0",
44
"description": "Node.js API for MaxMind minFraud Score, Insights, and Factors web services",
5-
"main": "dist/index.js",
5+
"main": "dist/src/index.js",
66
"homepage": "https://github.com/maxmind/minfraud-api-node",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)