Skip to content

Commit

Permalink
Merge pull request #6 from flickz/v2
Browse files Browse the repository at this point in the history
Jobtweets - V2 with Redis Caching
  • Loading branch information
flickz authored Aug 16, 2018
2 parents 4dc18b2 + 12b6098 commit 7ca64ff
Show file tree
Hide file tree
Showing 43 changed files with 13,313 additions and 6,526 deletions.
6 changes: 6 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"presets": ["env", "react"],
"plugins": [
"transform-async-to-generator"
]
}
7 changes: 0 additions & 7 deletions .env-dev

This file was deleted.

4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules/
client/node_modules
client/build/
client/build/
client/package.json
client/package-lock.json
19 changes: 0 additions & 19 deletions client/build/manifest.json

This file was deleted.

Loading

0 comments on commit 7ca64ff

Please sign in to comment.