We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e871d5 commit c4c273aCopy full SHA for c4c273a
2 files changed
package.json
@@ -27,8 +27,7 @@
27
"license": "ISC",
28
"husky": {
29
"hooks": {
30
- "pre-commit": "lint-staged",
31
- "pre-push": "npm run deploy"
+ "pre-commit": "lint-staged"
32
}
33
},
34
"prettier": {
src/components/App/App.js
@@ -89,8 +89,7 @@ class App extends Component {
89
icon: '',
90
91
],
92
- apiToken:
93
- 'eG94Yi02MzQ4NjU1MDM1OS0xNjA2MTMzNjc5OTM5LVh6VWZ2ZXR1T3FWYVNKT1V5U2ZvTWRWNg==',
+ apiToken: '==',
94
helpText: 'Need Help?',
95
singleUserMode: false,
96
defaultMessage: 'Welcome! Someone will help shortly.',
0 commit comments