Skip to content

Commit 810f9b7

Browse files
committed
tweak pkg json
1 parent 819070f commit 810f9b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/cache/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "emotion's cache",
55
"main": "dist/emotion-cache.cjs.js",
66
"module": "dist/emotion-cache.esm.js",
7+
"types": "dist/emotion-cache.cjs.d.ts",
78
"exports": {
89
".": {
910
"types": {
@@ -74,7 +75,6 @@
7475
"default": "./src/conditions/is-browser.js"
7576
}
7677
},
77-
"types": "types/index.d.ts",
7878
"license": "MIT",
7979
"repository": "https://github.com/emotion-js/emotion/tree/main/packages/cache",
8080
"scripts": {
@@ -95,7 +95,6 @@
9595
},
9696
"files": [
9797
"src",
98-
"dist",
99-
"types/*.d.ts"
98+
"dist"
10099
]
101100
}

0 commit comments

Comments
 (0)