Skip to content

Commit 1ae3f29

Browse files
authored
Fix react-cache UMD build (#14047)
1 parent 3db8b80 commit 1ae3f29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-cache/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"LICENSE",
99
"README.md",
1010
"index.js",
11-
"cjs/"
11+
"cjs/",
12+
"umd/"
1213
],
1314
"peerDependencies": {
1415
"react": "^16.3.0-alpha.1"

0 commit comments

Comments
 (0)