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

Commit b526976

Browse files
author
Sachin Maheshwari
committed
fixing lint issue..
1 parent 646fd69 commit b526976

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:6
1+
FROM node:8.2.1
22
LABEL version="1.0"
33
LABEL description="Connect Messages Serivce"
44

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ module.exports = {
4444
SLACK_ICON_URL: 'https://emoji.slack-edge.com/T03R80JP7/coder-grinning/a3b7f3fe9e838377.png',
4545
SLACK_USERNAME: 'Coder',
4646
TOPCODER_ICON_URL: 'https://emoji.slack-edge.com/T03R80JP7/topcoder/7c68acd90a6b6d77.png',
47-
AUTH0_PROXY_SERVER_URL: "",
47+
AUTH0_PROXY_SERVER_URL: '',
4848
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"jackrabbit": "^4.3.0",
2626
"lodash": "^4.16.6",
2727
"request": "^2.78.0",
28-
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.3"
28+
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.6"
2929
},
3030
"devDependencies": {
3131
"babel-cli": "^6.9.0",

0 commit comments

Comments
 (0)