Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 9f0f37e

Browse files
committed
Update repo URLs to remove philnash
1 parent 08404ea commit 9f0f37e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Changelog for `create-twilio-function`
22

3-
## Ongoing [](https://github.com/philnash/create-twilio-function/compare/v1.0.1...master)
3+
## Ongoing [](https://github.com/twilio-labs/create-twilio-function/compare/v1.0.1...master)
44

55
...
66

7-
## 1.0.1 (May 4, 2018) [](https://github.com/philnash/create-twilio-function/compare/v1.0.0...v1.0.1)
7+
## 1.0.1 (May 4, 2018) [](https://github.com/twilio-labs/create-twilio-function/compare/v1.0.0...v1.0.1)
88

99
- Minor updates
1010
- Corrected order of arguments in generated example function. Fixes #10
1111

12-
## 1.0.0 (April 9, 2019) [](https://github.com/philnash/create-twilio-function/commits/v1.0.0)
12+
## 1.0.0 (April 9, 2019) [](https://github.com/twilio-labs/create-twilio-function/commits/v1.0.0)
1313

1414
Initial release. Includes basic features for creating a new Twilio Functions project setup to use [`twilio-run`](https://github.com/twilio-labs/twilio-run) to run locally.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A command line tool to setup a new [Twilio Function](https://www.twilio.com/docs/api/runtime/functions) with local testing using [`twilio-run`](https://github.com/twilio-labs/twilio-run).
44

5-
[![Build Status](https://travis-ci.org/philnash/create-twilio-function.svg?branch=master)](https://travis-ci.org/philnash/create-twilio-function) [![Maintainability](https://api.codeclimate.com/v1/badges/e5a8bfd53740478460e0/maintainability)](https://codeclimate.com/github/philnash/create-twilio-function/maintainability)
5+
[![Build Status](https://travis-ci.org/twilio-labs/create-twilio-function.svg?branch=master)](https://travis-ci.org/twilio-labs/create-twilio-function) [![Maintainability](https://api.codeclimate.com/v1/badges/e5a8bfd53740478460e0/maintainability)](https://codeclimate.com/github/philnash/create-twilio-function/maintainability)
66

77
## Usage
88

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"author": "Phil Nash <philnash@twilio.com> (http://philna.sh)",
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/philnash/create-twilio-function.git"
18+
"url": "https://github.com/twilio-labs/create-twilio-function.git"
1919
},
20-
"homepage": "https://github.com/philnash/create-twilio-function",
20+
"homepage": "https://github.com/twilio-labs/create-twilio-function",
2121
"bugs": {
22-
"url": "https://github.com/philnash/create-twilio-function/issues"
22+
"url": "https://github.com/twilio-labs/create-twilio-function/issues"
2323
},
2424
"license": "MIT",
2525
"devDependencies": {

0 commit comments

Comments
 (0)