Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit ced7853

Browse files
author
Brandon Carroll
committed
feat: release v1.0.0
1 parent 01086f9 commit ced7853

File tree

3 files changed

+29
-11
lines changed

3 files changed

+29
-11
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
sudo: false
2+
language: node_js
3+
branches:
4+
only: master
5+
node_js:
6+
- '9'
7+
- '10'
8+
- '11'
9+
cache: npm
10+
notifications:
11+
email: false
12+
install: npm install
13+
script: npm test
14+
jobs:
15+
include:
16+
- stage: release
17+
node_js: '10'
18+
script: npm run semantic-release

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<div align="center">
2-
<h1>rn-testing-library</h1>
2+
<h1>react native testing library (rntl)</h1>
33
<p>Simple and complete React Native testing utilities that encourage good testing practices.</p>
44
</div>
55

66
<hr />
77

8-
[![Build Status](https://travis-ci.org/bcarroll22/rn-testing-library.svg?branch=master)](https://travis-ci.org/bcarroll22/rn-testing-library)
9-
[![version](https://img.shields.io/npm/v/rn-testing-library.svg?style=flat-square)](https://www.npmjs.com/package/rn-testing-library)
10-
[![downloads](https://img.shields.io/npm/dm/rn-testing-library.svg?style=flat-square)](http://www.npmtrends.com/rn-testing-library)
11-
[![MIT License](https://img.shields.io/npm/l/rn-testing-library.svg?style=flat-square)](https://github.com/bcarroll22/rn-testing-library/blob/master/LICENSE)
8+
[![Build Status](https://travis-ci.org/bcarroll22/rntl.svg?branch=master)](https://travis-ci.org/bcarroll22/rntl)
9+
[![version](https://img.shields.io/npm/v/rntl.svg?style=flat-square)](https://www.npmjs.com/package/rntl)
10+
[![downloads](https://img.shields.io/npm/dm/rntl.svg?style=flat-square)](http://www.npmtrends.com/rntl)
11+
[![MIT License](https://img.shields.io/npm/l/rntl.svg?style=flat-square)](https://github.com/bcarroll22/rntl/blob/master/LICENSE)
1212
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
1313

14-
[![Watch on GitHub](https://img.shields.io/github/watchers/bcarroll22/rn-testing-library.svg?style=social)](https://github.com/bcarroll22/rn-testing-library/watchers)
15-
[![Star on GitHub](https://img.shields.io/github/stars/bcarroll22/rn-testing-library.svg?style=social)](https://github.com/bcarroll22/rn-testing-library/stargazers)
14+
[![Watch on GitHub](https://img.shields.io/github/watchers/bcarroll22/rntl.svg?style=social)](https://github.com/bcarroll22/rntl/watchers)
15+
[![Star on GitHub](https://img.shields.io/github/stars/bcarroll22/rntl.svg?style=social)](https://github.com/bcarroll22/rntl/stargazers)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rn-testing-library",
2+
"name": "rntl",
33
"version": "0.0.0-semantically-released",
44
"description": "Simple and complete React Native testing utilities that encourage good testing practices.",
55
"main": "src/index.js",
@@ -94,10 +94,10 @@
9494
},
9595
"repository": {
9696
"type": "git",
97-
"url": "https://github.com/bcarroll22/rn-testing-library.git"
97+
"url": "https://github.com/bcarroll22/rntl.git"
9898
},
9999
"bugs": {
100-
"url": "https://github.com/bcarroll22/rn-testing-library/issues"
100+
"url": "https://github.com/bcarroll22/rntl/issues"
101101
},
102-
"homepage": "https://github.com/bcarroll22/rn-testing-library#readme"
102+
"homepage": "https://github.com/bcarroll22/rntl#readme"
103103
}

0 commit comments

Comments
 (0)