Skip to content

Commit a3d3496

Browse files
committed
6.0.2
1 parent 7141cd6 commit a3d3496

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-imported-component",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "I will import your component, and help to handle it",
55
"main": "dist/es5/index.js",
66
"jsnext:main": "dist/es2015/index.js",
@@ -65,7 +65,10 @@
6565
},
6666
"size-limit": [
6767
{
68-
"path": ["dist/es2015/index.js", "dist/es2015/boot.js"],
68+
"path": [
69+
"dist/es2015/index.js",
70+
"dist/es2015/boot.js"
71+
],
6972
"limit": "3.3 KB"
7073
},
7174
{

0 commit comments

Comments
 (0)