File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " emotion's memoize utility" ,
5
5
"main" : " dist/emotion-memoize.cjs.js" ,
6
6
"module" : " dist/emotion-memoize.esm.js" ,
7
- "types" : " dist/declarations/src/index .d.ts" ,
7
+ "types" : " dist/emotion-memoize.cjs .d.ts" ,
8
8
"license" : " MIT" ,
9
9
"repository" : " https://github.com/emotion-js/emotion/tree/main/packages/memoize" ,
10
10
"scripts" : {
Original file line number Diff line number Diff line change 4
4
"description" : " A memoization function that uses a WeakMap" ,
5
5
"main" : " dist/emotion-weak-memoize.cjs.js" ,
6
6
"module" : " dist/emotion-weak-memoize.esm.js" ,
7
- "types" : " dist/declarations/src/index .d.ts" ,
7
+ "types" : " dist/emotion-weak-memoize.cjs .d.ts" ,
8
8
"license" : " MIT" ,
9
9
"repository" : " https://github.com/emotion-js/emotion/tree/main/packages/weak-memoize" ,
10
10
"scripts" : {
You can’t perform that action at this time.
0 commit comments