This repository was archived by the owner on Jan 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
70
70
71
71
[ ico-npm ] : https://img.shields.io/npm/v/react-native-heyzap.svg?style=flat-square
72
72
[ ico-license ] : https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
73
- [ ico-travis ] : https://img.shields.io/travis/heyzap /react-native-heyzap/master.svg?style=flat-square
74
- [ ico-codeclimate ] : https://img.shields.io/codeclimate/github/heyzap /react-native-heyzap.svg?style=flat-square
75
- [ ico-code-coverage ] : https://img.shields.io/codeclimate/coverage/github/heyzap /react-native-heyzap.svg?style=flat-square
76
- [ ico-dependencies ] : https://img.shields.io/david/heyzap /react-native-heyzap.svg?style=flat-square
73
+ [ ico-travis ] : https://img.shields.io/travis/react-native-contrib /react-native-heyzap/master.svg?style=flat-square
74
+ [ ico-codeclimate ] : https://img.shields.io/codeclimate/github/react-native-contrib /react-native-heyzap.svg?style=flat-square
75
+ [ ico-code-coverage ] : https://img.shields.io/codeclimate/coverage/github/react-native-contrib /react-native-heyzap.svg?style=flat-square
76
+ [ ico-dependencies ] : https://img.shields.io/david/react-native-contrib /react-native-heyzap.svg?style=flat-square
77
77
78
78
[ link-npm ] : https://www.npmjs.com/package/react-native-heyzap
79
- [ link-travis ] : https://travis-ci.org/heyzap /react-native-heyzap
80
- [ link-codeclimate ] : https://codeclimate.com/github/heyzap /react-native-heyzap
81
- [ link-code-coverage ] : https://codeclimate.com/github/heyzap /react-native-heyzap/coverage
82
- [ link-dependencies ] : https://david-dm.org/heyzap /react-native-heyzap
79
+ [ link-travis ] : https://travis-ci.org/react-native-contrib /react-native-heyzap
80
+ [ link-codeclimate ] : https://codeclimate.com/github/react-native-contrib /react-native-heyzap
81
+ [ link-code-coverage ] : https://codeclimate.com/github/react-native-contrib /react-native-heyzap/coverage
82
+ [ link-dependencies ] : https://david-dm.org/react-native-contrib /react-native-heyzap
Original file line number Diff line number Diff line change 10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " git+https://github.com/Heyzap /react-native-heyzap.git"
13
+ "url" : " git+https://github.com/react-native-contrib /react-native-heyzap.git"
14
14
},
15
- "author" : " Heyzap (https://github.com/Heyzap )" ,
15
+ "author" : " React Native Contrib Community (https://github.com/react-native-contrib )" ,
16
16
"contributors" : [
17
- " Hassan Khan <contact@hassankhan.me>"
17
+ " Hassan Khan <contact@hassankhan.me>" ,
18
+ " Caina Leao <cainaleao.uk@gmail.com>"
18
19
],
19
20
"engines" : {
20
21
"node" : " >= 4.1.0"
26
27
},
27
28
"license" : " MIT" ,
28
29
"bugs" : {
29
- "url" : " https://github.com/Heyzap /react-native-heyzap/issues"
30
+ "url" : " https://github.com/react-native-contrib /react-native-heyzap/issues"
30
31
},
31
32
"keywords" : [
32
33
" react-native" ,
33
34
" native-modules" ,
34
35
" heyzap"
35
36
],
36
- "homepage" : " https://github.com/Heyzap /react-native-heyzap#readme" ,
37
+ "homepage" : " https://github.com/react-native-contrib /react-native-heyzap#readme" ,
37
38
"peerDependencies" : {
38
39
"react" : " 15.0.2" ,
39
40
"react-native" : " >=0.26"
46
47
"babel-cli" : " ^6.9.0" ,
47
48
"babel-core" : " ^6.9.1" ,
48
49
"babel-eslint" : " ^6.0.4" ,
50
+ "babel-preset-es2015" : " ^6.9.0" ,
51
+ "babel-preset-react" : " ^6.5.0" ,
49
52
"babel-preset-react-native" : " ^1.9.0" ,
50
53
"chai" : " ^3.5.0" ,
51
54
"enzyme" : " ^2.3.0" ,
55
58
"mocha" : " ^2.5.3" ,
56
59
"react" : " 15.0.2" ,
57
60
"react-addons-test-utils" : " ^15.0.2" ,
61
+ "react-dom" : " ^15.0.2" ,
58
62
"react-native" : " ^0.26.2" ,
59
63
"react-native-mock" : " ^0.2.2" ,
60
64
"rewire" : " ^2.5.1" ,
You can’t perform that action at this time.
0 commit comments