File tree Expand file tree Collapse file tree 4 files changed +4018
-48
lines changed Expand file tree Collapse file tree 4 files changed +4018
-48
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = [
2
+ {
3
+ path : 'lib' ,
4
+ limit : '10 KB' ,
5
+ }
6
+ ]
Original file line number Diff line number Diff line change 3
3
- ' 8'
4
4
notifications :
5
5
email : false
6
+ before_script : yarn size
6
7
deploy :
7
8
provider : npm
8
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redux-flash" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " Redux action creators for displaying flash messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
11
11
"lint" : " eslint src" ,
12
12
"prepublish" : " yarn run lint && yarn run clean && yarn run build" ,
13
13
"test" : " jest" ,
14
+ "size" : " yarn build && size-limit" ,
14
15
"test:coverage" : " jest --coverage" ,
15
16
"report-coverage" : " codeclimate-test-reporter < coverage/lcov.info"
16
17
},
39
40
"jest" : " ^19.0.2" ,
40
41
"redux" : " ^3.7.2" ,
41
42
"redux-mock-store" : " ^1.3.0" ,
42
- "rimraf" : " ^2.5.4"
43
+ "rimraf" : " ^2.5.4" ,
44
+ "size-limit" : " ^1.0.0"
43
45
},
44
46
"dependencies" : {
45
47
"prop-types" : " ^15.6.1" ,
46
- "redux-actions" : " ^2.0.3 " ,
48
+ "redux-actions" : " ^2.6.5 " ,
47
49
"uuid" : " ^3.1.0"
48
50
},
49
51
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments