Skip to content

Commit

Permalink
Merge pull request #50 from fingerprintjs/docs/INTER-279-requirements…
Browse files Browse the repository at this point in the history
…-section

fix: add "dist" to package files
  • Loading branch information
TheUnderScorer authored Oct 5, 2023
2 parents 9a79b4e + d4b511f commit 642ec77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"type": "git",
"url": "https://github.com/fingerprintjs/fingerprintjs-pro-svelte.git"
},
"main": "index.js",
"types": "./index.d.ts",
"main": "./dist/index.js",
"types": "/dist/index.d.ts",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -141,7 +141,7 @@
}
},
"files": [
"package"
"dist"
],
"svelte": "./dist/index.js",
"typesVersions": {
Expand Down

0 comments on commit 642ec77

Please sign in to comment.