Skip to content

Commit

Permalink
Merge pull request #19 from WJSoftware/JP/package_fix
Browse files Browse the repository at this point in the history
fix:  Correct types entry in package.json
  • Loading branch information
webJose authored Jul 9, 2024
2 parents af426a9 + 88eaa73 commit 00af601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"vitest": "^1.2.0"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"types": "./dist/wjfe-single-spa-svelte.d.ts",
"type": "module",
"repository": {
"url": "https://github.com/WJSoftware/wjfe-single-spa-svelte.git",
Expand Down

0 comments on commit 00af601

Please sign in to comment.