Skip to content

Commit 2077ec6

Browse files
authored
fix(swc): include package.json properly (jantimon#28)
1 parent 017cf89 commit 2077ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"src",
1818
"dist",
1919
"babel",
20-
"swc/src",
20+
"swc/package.json",
2121
"swc/target/wasm32-wasi/release/swc_plugin_css_variable.wasm"
2222
],
2323
"sideEffects": false,

0 commit comments

Comments
 (0)