Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 7c04440

Browse files
committed
Updated URLs in package.json and README.md
1 parent 91f4571 commit 7c04440

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
7070

7171
[ico-npm]: https://img.shields.io/npm/v/react-native-heyzap.svg?style=flat-square
7272
[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
7777

7878
[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

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
},
1111
"repository": {
1212
"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"
1414
},
15-
"author": "Heyzap (https://github.com/Heyzap)",
15+
"author": "React Native Contrib Community (https://github.com/react-native-contrib)",
1616
"contributors": [
17-
"Hassan Khan <contact@hassankhan.me>"
17+
"Hassan Khan <contact@hassankhan.me>",
18+
"Caina Leao <cainaleao.uk@gmail.com>"
1819
],
1920
"engines": {
2021
"node": ">= 4.1.0"
@@ -26,14 +27,14 @@
2627
},
2728
"license": "MIT",
2829
"bugs": {
29-
"url": "https://github.com/Heyzap/react-native-heyzap/issues"
30+
"url": "https://github.com/react-native-contrib/react-native-heyzap/issues"
3031
},
3132
"keywords": [
3233
"react-native",
3334
"native-modules",
3435
"heyzap"
3536
],
36-
"homepage": "https://github.com/Heyzap/react-native-heyzap#readme",
37+
"homepage": "https://github.com/react-native-contrib/react-native-heyzap#readme",
3738
"peerDependencies": {
3839
"react": "15.0.2",
3940
"react-native": ">=0.26"
@@ -46,6 +47,8 @@
4647
"babel-cli": "^6.9.0",
4748
"babel-core": "^6.9.1",
4849
"babel-eslint": "^6.0.4",
50+
"babel-preset-es2015": "^6.9.0",
51+
"babel-preset-react": "^6.5.0",
4952
"babel-preset-react-native": "^1.9.0",
5053
"chai": "^3.5.0",
5154
"enzyme": "^2.3.0",
@@ -55,6 +58,7 @@
5558
"mocha": "^2.5.3",
5659
"react": "15.0.2",
5760
"react-addons-test-utils": "^15.0.2",
61+
"react-dom": "^15.0.2",
5862
"react-native": "^0.26.2",
5963
"react-native-mock": "^0.2.2",
6064
"rewire": "^2.5.1",

0 commit comments

Comments
 (0)