We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6142a15 commit fe2e623Copy full SHA for fe2e623
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-imported-component",
3
- "version": "6.1.0",
+ "version": "6.1.1",
4
"description": "I will import your component, and help to handle it",
5
"main": "dist/es5/index.js",
6
"jsnext:main": "dist/es2015/index.js",
@@ -73,17 +73,23 @@
73
"dist/es2015/index.js",
74
"dist/es2015/boot.js"
75
],
76
- "ignore": ["tslib"],
+ "ignore": [
77
+ "tslib"
78
+ ],
79
"limit": "3.4 KB"
80
},
81
82
"path": "dist/es2015/index.js",
83
84
85
86
"limit": "3.1 KB"
87
88
89
"path": "dist/es2015/boot.js",
90
91
92
93
"limit": "1.6 KB"
94
}
95
0 commit comments