Skip to content

Commit a21da3e

Browse files
author
Bart Veneman
committed
fix
1 parent 01c8527 commit a21da3e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@
3636
},
3737
"./core": {
3838
"types": "./dist/core.d.ts",
39-
"import": "./src/core.js"
39+
"import": "./dist/core.js"
4040
}
4141
},
4242
"files": [
43-
"dist",
44-
"src",
45-
"!src/**/*.test.js"
43+
"dist"
4644
],
4745
"scripts": {
4846
"test": "uvu",

0 commit comments

Comments
 (0)