Skip to content

Commit c982d16

Browse files
Remove source index.mjs from published package
The microbundle-generated `main` and `module` versions are published already, so we can drop `index.mjs` from the published package.
1 parent 181f605 commit c982d16

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/babel-plugin-htm/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"prepare": "npm run build"
1010
},
1111
"files": [
12-
"dist",
13-
"index.mjs"
12+
"dist"
1413
],
1514
"repository": "developit/htm",
1615
"keywords": [

0 commit comments

Comments
 (0)