Skip to content

Commit 3119b05

Browse files
committed
Fix types field in recently converted packages
1 parent b1d16b0 commit 3119b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/memoize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "emotion's memoize utility",
55
"main": "dist/emotion-memoize.cjs.js",
66
"module": "dist/emotion-memoize.esm.js",
7-
"types": "dist/declarations/src/index.d.ts",
7+
"types": "dist/emotion-memoize.cjs.d.ts",
88
"license": "MIT",
99
"repository": "https://github.com/emotion-js/emotion/tree/main/packages/memoize",
1010
"scripts": {

packages/weak-memoize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A memoization function that uses a WeakMap",
55
"main": "dist/emotion-weak-memoize.cjs.js",
66
"module": "dist/emotion-weak-memoize.esm.js",
7-
"types": "dist/declarations/src/index.d.ts",
7+
"types": "dist/emotion-weak-memoize.cjs.d.ts",
88
"license": "MIT",
99
"repository": "https://github.com/emotion-js/emotion/tree/main/packages/weak-memoize",
1010
"scripts": {

0 commit comments

Comments
 (0)