Skip to content

Commit

Permalink
FIX: add "main" field to package.json
Browse files Browse the repository at this point in the history
fix #265
  • Loading branch information
yanick committed Nov 5, 2023
1 parent 800e33e commit a1daebc
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 a1daebc

Please sign in to comment.