File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
node_modules /**
3
3
.idea /**
4
4
package-lock.json
5
-
5
+ coverage / **
6
6
example /backend /node_modules /**
Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/GenFirst/react-twitter-auth.svg?branch=master )] ( https://travis-ci.org/GenFirst/react-twitter-auth )
4
4
[ ![ Code Climate] ( https://codeclimate.com/github/GenFirst/react-twitter-login/badges/gpa.svg )] ( https://codeclimate.com/github/GenFirst/react-twitter-login )
5
5
[ ![ Dependency Status] ( https://gemnasium.com/badges/github.com/GenFirst/react-twitter-auth.svg )] ( https://gemnasium.com/github.com/GenFirst/react-twitter-auth )
6
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/GenFirst/react-twitter-auth/badge.svg?branch=master )] ( https://coveralls.io/github/GenFirst/react-twitter-auth?branch=master )
6
7
[ ![ npm version] ( https://badge.fury.io/js/react-twitter-auth.svg )] ( https://badge.fury.io/js/react-twitter-auth )
7
8
![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )
8
9
Original file line number Diff line number Diff line change 7
7
"build:production" : " cross-env NODE_ENV=production webpack src/index.js lib/react-twitter-auth-component.min.js" ,
8
8
"lint" : " eslint src/ --fix" ,
9
9
"clean" : " rm -rf node_modules && rm -rf bin" ,
10
- "test" : " jest --config jest.config.json" ,
11
- "coveralls" : " "
10
+ "test" : " jest --config jest.config.json --coverage " ,
11
+ "coveralls" : " cat coverage/lcov.info | coveralls "
12
12
},
13
13
"main" : " lib/react-twitter-auth-component.js" ,
14
14
"repository" : {
41
41
"babel-preset-es2015" : " 6.24.1" ,
42
42
"babel-preset-react" : " 6.24.1" ,
43
43
"babel-preset-stage-1" : " 6.24.1" ,
44
+ "coveralls" : " ^2.13.1" ,
44
45
"cross-env" : " 5.0.5" ,
46
+ "enzyme" : " ^2.9.1" ,
45
47
"eslint" : " 4.5.0" ,
46
48
"eslint-config-airbnb" : " 15.1.0" ,
47
49
"eslint-plugin-babel" : " 4.1.2" ,
50
52
"eslint-plugin-react" : " 7.3.0" ,
51
53
"jest" : " ^21.1.0" ,
52
54
"react" : " ^15.5.4" ,
53
- "webpack" : " 3.5.5" ,
54
- "react-dom" : " ^15.5.0"
55
+ "react-addons-test-utils" : " ^15.6.0" ,
56
+ "react-dom" : " ^15.5.0" ,
57
+ "webpack" : " 3.5.5"
55
58
},
56
59
"dependencies" : {
57
60
"react-icons" : " ^2.2.5" ,
You can’t perform that action at this time.
0 commit comments