Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Minor fixes to 2019 update (#359)
Browse files Browse the repository at this point in the history
* Fix react-scripts build error

./src/components/PageWrapper.js
TypeError: Cannot read property 'forEach' of undefined

was being thrown during build. According to a github issue downgrading is the solution

facebook/create-react-app#7753

* Fix issue text colours

* Fixed npm typo

* Unignored package-lock.json
  • Loading branch information
studioromeo authored and jenkoian committed Sep 30, 2019
1 parent 1d8b56a commit d7faccd
Show file tree
Hide file tree
Showing 4 changed files with 13,914 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,8 +1,6 @@
# Node stuff
npm-debug.log
node_modules
# Favour yarn.lock, heroku fails if both included
package-lock.json

# API keys
.env
Expand Down

0 comments on commit d7faccd

Please sign in to comment.