Skip to content

Commit 250a47e

Browse files
author
Domagoj Rukavina
committed
Updated shields, version bump
1 parent e8ffa42 commit 250a47e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
[![CircleCI](https://circleci.com/gh/shoutem/fetch-token-intercept/tree/master.svg?style=svg)](https://circleci.com/gh/shoutem/fetch-token-intercept/tree/master)
2-
[![Code Climate](https://codeclimate.com/github/shoutem/fetch-token-intercept/badges/gpa.svg)](https://codeclimate.com/github/shoutem/fetch-token-intercept)
1+
[![CircleCI](https://img.shields.io/circleci/project/github/shoutem/fetch-token-intercept.svg)](https://github.com/shoutem/fetch-token-intercept)
2+
[![Code Climate](https://img.shields.io/codeclimate/github/shoutem/fetch-token-intercept.svg)]()
3+
[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/shoutem/fetch-token-intercept/master/LICENSE)
34

45
# fetch-token-intercept
56
Library for easy renewing of access tokens in OAuth's refresh token flow. This library will monkey

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shoutem/fetch-token-intercept",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Fetch interceptor for managing refresh token flow.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)