Fix typo and remove unused code.

This commit is contained in:
David 2019-02-21 18:05:06 +01:00
commit 7d050fb7d6
2 changed files with 1 additions and 3 deletions

View file

@ -14,7 +14,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeplay": "npm run build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {