Skip to content

Commit

Permalink
Fix exports for CJS/require.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Oct 13, 2020
1 parent 20d915c commit 2825472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"./server": {
"node": {
"import": "./dist/esm/single-spa-layout-server.min.js",
"require": "./dist/cjs/single-spa-layout-server.min.cjs"
"require": "./dist/umd/single-spa-layout-server.min.cjs"
}
}
},
Expand Down

0 comments on commit 2825472

Please sign in to comment.