Skip to content

Commit

Permalink
released v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 25, 2020
1 parent 5f497ef commit 4538fb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dynamic-loadable",
"version": "2.0.3",
"version": "2.0.4",
"description": "A higher order component for loading components with dynamic imports.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand All @@ -19,10 +19,13 @@
"react",
"loading",
"imports",
"dynamic",
"dynamic-loadable",
"code-splitting",
"loadable"
],
"files": [
"types",
"lib",
"DynamicLoadablePlugin.js"
],
Expand Down

0 comments on commit 4538fb8

Please sign in to comment.