Skip to content

Commit 39b5a87

Browse files
authored
Fix "module" property in repluggable-core/package.json
1 parent 68dd1f7 commit 39b5a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repluggable-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"description": "Allows composition of a React-with-Redux application entirely from a list of pluggable packages",
66
"main": "dist/src/index.js",
7-
"module": "dist/es/index.js",
7+
"module": "dist/es/src/index.js",
88
"unpkg": true,
99
"author": {
1010
"name": "Wix.com",

0 commit comments

Comments
 (0)