Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 19ec756

Browse files
author
Sachin Maheshwari
committed
correcting auth lib
1 parent b5b739d commit 19ec756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react-router-dom": "^4.3.1",
1212
"react-scripts": "3.4.3",
1313
"superagent": "^3.8.3",
14-
"tc-auth-lib": "git+https://github.com/topcoder-platform/tc-auth-lib.git#dev"
14+
"@topcoder-platform/tc-auth-lib": "^1.0.0"
1515
},
1616
"scripts": {
1717
"start": "react-scripts start",

ui/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react';
22
import { BrowserRouter as Router } from 'react-router-dom';
3-
import { getFreshToken, configureConnector, decodeToken } from 'tc-auth-lib';
3+
import { getFreshToken, configureConnector, decodeToken } from '@topcoder-platform/tc-auth-lib';
44
import loadingImg from './loading.gif';
55
import './App.css';
66
import DayPickerInput from 'react-day-picker/DayPickerInput';

0 commit comments

Comments
 (0)