Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Renames ir-next to ir-boilerplate #62

Merged
merged 1 commit into from
May 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boilerplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async function install (context) {
react-native run-android${androidInfo}
ignite --help

${gray('Read the walkthrough at https://github.com/infinitered/ignite-ir-next/blob/master/readme.md#boilerplate-walkthrough')}
${gray('Read the walkthrough at https://github.com/infinitered/ignite-ir-boilerplate/blob/master/readme.md#boilerplate-walkthrough')}

${blue('Need additional help? Join our Slack community at http://community.infinite.red.')}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ignite-ir-boilerplate",
"description": "Infinite Red's hot boilerplate for React Native.",
"license": "MIT",
"repository": "infinitered/ignite-ir-next",
"homepage": "https://github.com/infinitered/ignite-ir-next",
"repository": "infinitered/ignite-ir-boilerplate",
"homepage": "https://github.com/infinitered/ignite-ir-boilerplate",
"version": "2.0.0-rc.1",
"files": [
"boilerplate",
Expand All @@ -20,7 +20,7 @@
"author": {
"name": "Infinite Red",
"email": "npm@infinite.red",
"url": "https://github.com/infinitered/ignite-ir-next"
"url": "https://github.com/infinitered/ignite-ir-boilerplate"
},
"scripts": {
"lint": "standard",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ignite IR Next

[![Build Status](https://semaphoreci.com/api/v1/ir/ignite-ir-next/branches/master/badge.svg)](https://semaphoreci.com/ir/ignite-ir-next)
[![Build Status](https://semaphoreci.com/api/v1/ir/ignite-ir-boilerplate/branches/master/badge.svg)](https://semaphoreci.com/ir/ignite-ir-boilerplate)

## The latest and greatest boilerplate for Infinite Red opinions

Expand Down