We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f97d8f commit 576ae25Copy full SHA for 576ae25
packages/styled/tags/package.json
@@ -0,0 +1,9 @@
1
+{
2
+ "main": "dist/emotion-styled-tags.cjs.js",
3
+ "module": "dist/emotion-styled-tags.esm.js",
4
+ "umd:main": "dist/emotion-styled-tags.umd.min.js",
5
+ "types": "dist/emotion-styled-tags.cjs.d.ts",
6
+ "preconstruct": {
7
+ "umdName": "emotionStyledTags"
8
+ }
9
+}
0 commit comments