Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
avanish.pathak committed Jan 17, 2021
1 parent 1e871d5 commit c4c273a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"license": "ISC",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run deploy"
"pre-commit": "lint-staged"
}
},
"prettier": {
Expand Down
3 changes: 1 addition & 2 deletions src/components/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ class App extends Component {
icon: '',
},
],
apiToken:
'eG94Yi02MzQ4NjU1MDM1OS0xNjA2MTMzNjc5OTM5LVh6VWZ2ZXR1T3FWYVNKT1V5U2ZvTWRWNg==',
apiToken: '==',
helpText: 'Need Help?',
singleUserMode: false,
defaultMessage: 'Welcome! Someone will help shortly.',
Expand Down

0 comments on commit c4c273a

Please sign in to comment.