Skip to content

Commit c0ff791

Browse files
authored
Merge pull request #280 from testing-library/package-json-main
fix: add "main" field to package.json
2 parents 800e33e + a1daebc commit c0ff791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@testing-library/svelte",
33
"version": "0.0.0-semantically-released",
44
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
5+
"main": "src/index.js",
56
"exports": {
67
".": {
78
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)