Skip to content

Commit fe2e623

Browse files
committed
6.1.1
1 parent 6142a15 commit fe2e623

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-imported-component",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
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",
@@ -73,17 +73,23 @@
7373
"dist/es2015/index.js",
7474
"dist/es2015/boot.js"
7575
],
76-
"ignore": ["tslib"],
76+
"ignore": [
77+
"tslib"
78+
],
7779
"limit": "3.4 KB"
7880
},
7981
{
8082
"path": "dist/es2015/index.js",
81-
"ignore": ["tslib"],
83+
"ignore": [
84+
"tslib"
85+
],
8286
"limit": "3.1 KB"
8387
},
8488
{
8589
"path": "dist/es2015/boot.js",
86-
"ignore": ["tslib"],
90+
"ignore": [
91+
"tslib"
92+
],
8793
"limit": "1.6 KB"
8894
}
8995
],

0 commit comments

Comments
 (0)