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

Project deprecation #259

Merged
merged 1 commit into from
Mar 15, 2023
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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# react-twitch-ext-onauthorized

[![npm (latest)](https://img.shields.io/npm/v/react-twitch-ext-onauthorized/latest.svg)](https://www.npmjs.com/package/react-twitch-ext-onauthorized)
[![Build status](https://ci.appveyor.com/api/projects/status/xs9v1pid41j812i0/branch/master?svg=true)](https://ci.appveyor.com/project/lwojcik/react-twitch-ext-onauthorized/branch/master)
[![codecov](https://codecov.io/gh/lukemnet/react-twitch-ext-onauthorized/branch/master/graph/badge.svg?token=4OTcCyXBmB)](https://codecov.io/gh/lukemnet/react-twitch-ext-onauthorized)
> **As of 15 March 2023 this project is no longer updated or maintained.**

React hook performing authorization with Twitch Extensions JavaScript Helper. It calls [`twitch.ext.onAuthorized`](https://dev.twitch.tv/docs/extensions/reference/#onauthorized) and returns authorization object.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"authorization",
"onauthorized"
],
"homepage": "https://github.com/lukemnet/react-twitch-ext-onauthorized#readme",
"homepage": "https://github.com/lwojcik/react-twitch-ext-onauthorized#readme",
"bugs": {
"url": "https://github.com/lukemnet/react-twitch-ext-onauthorized/issues"
"url": "https://github.com/lwojcik/react-twitch-ext-onauthorized/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukemnet/react-twitch-ext-onauthorized.git"
"url": "git+https://github.com/lwojcik/react-twitch-ext-onauthorized.git"
},
"license": "MIT",
"author": {
"name": "Łukasz Wójcik",
"url": "https://www.lukem.net/"
"url": "https://lukaszwojcik.net/"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down