Skip to content

Commit

Permalink
Merge pull request #280 from testing-library/package-json-main
Browse files Browse the repository at this point in the history
fix: add "main" field to package.json
  • Loading branch information
yanick committed Nov 5, 2023
2 parents 800e33e + a1daebc commit c0ff791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@testing-library/svelte",
"version": "0.0.0-semantically-released",
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
"main": "src/index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
Expand Down

0 comments on commit c0ff791

Please sign in to comment.