Skip to content

Commit 848aaa5

Browse files
author
Tim Mendoza
committed
Add npm badge and update package.json
1 parent dac398b commit 848aaa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# @twilio-labs/plugin-rtc
22

3+
![npm](https://img.shields.io/npm/v/@twilio-labs/plugin-rtc)
34
[![CircleCI](https://circleci.com/gh/twilio-labs/plugin-rtc.svg?style=svg)](https://circleci.com/gh/twilio-labs/plugin-rtc)
45

56
This plugin adds functionality to the [Twilio CLI](https://github.com/twilio/twilio-cli) which supports developing and deploying real-time communication apps.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"repository": "twilio-labs/plugin-rtc",
9+
"repository": "https://github.com/twilio-labs/plugin-rtc",
1010
"scripts": {
1111
"test": "TZ=utc jest",
1212
"postpack": "rm -f oclif.manifest.json",
1313
"prepack": "oclif-dev manifest && oclif-dev readme",
14-
"version": "oclif-dev readme && git add README.md",
1514
"lint": "eslint .",
1615
"posttest": "npm run lint"
1716
},
18-
"author": "",
17+
"author": "Twilio",
1918
"license": "Apache-2.0",
2019
"dependencies": {
2120
"@oclif/command": "^1.5.19",

0 commit comments

Comments
 (0)