Skip to content

Commit 80da6b7

Browse files
committed
chore: package.json changes
1 parent e5e68cd commit 80da6b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/match-media/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
"name": "@theme-ui/match-media",
33
"version": "0.3.1",
44
"description": "React hooks for theme-ui breakpoints",
5+
"source": "src/index.ts",
56
"main": "dist/index.js",
67
"module": "dist/index.esm.js",
8+
"types": "dist/index.d.ts",
79
"author": "Brent Jackson <[email protected]>",
810
"license": "MIT",
911
"repository": "system-ui/theme-ui",
1012
"scripts": {
11-
"prepare": "microbundle --no-compress",
12-
"watch": "microbundle watch --no-compress"
13+
"prepare": "microbundle --no-compress --tsconfig tsconfig.json",
14+
"watch": "microbundle watch --no-compress --tsconfig tsconfig.json"
1315
},
1416
"publishConfig": {
1517
"access": "public"

0 commit comments

Comments
 (0)