Skip to content

Commit a1daebc

Browse files
committed
FIX: add "main" field to package.json
fix #265
1 parent 800e33e commit a1daebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
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)