We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e68cd commit 80da6b7Copy full SHA for 80da6b7
packages/match-media/package.json
@@ -2,14 +2,16 @@
2
"name": "@theme-ui/match-media",
3
"version": "0.3.1",
4
"description": "React hooks for theme-ui breakpoints",
5
+ "source": "src/index.ts",
6
"main": "dist/index.js",
7
"module": "dist/index.esm.js",
8
+ "types": "dist/index.d.ts",
9
"author": "Brent Jackson <[email protected]>",
10
"license": "MIT",
11
"repository": "system-ui/theme-ui",
12
"scripts": {
- "prepare": "microbundle --no-compress",
- "watch": "microbundle watch --no-compress"
13
+ "prepare": "microbundle --no-compress --tsconfig tsconfig.json",
14
+ "watch": "microbundle watch --no-compress --tsconfig tsconfig.json"
15
},
16
"publishConfig": {
17
"access": "public"
0 commit comments