From ae8dc9fef4f496da6fab5827c45fb286251f4446 Mon Sep 17 00:00:00 2001 From: James Puckett Date: Thu, 20 Apr 2017 12:40:22 -0500 Subject: [PATCH 1/2] twitter clone first commit --- package.json | 3 +- public/index.html | 3 ++ src/components/Header.js | 20 +++++++++--- src/components/Main.js | 9 ++++-- src/index.css | 26 ++++++++++++++++ src/index.js | 1 + yarn.lock | 67 ++++++++++++++++++++++++++++++++++------ 7 files changed, 113 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 4dafb04..323d95c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { + "eslint": "^3.19.0", "react": "^15.5.4", "react-dom": "^15.5.4" }, @@ -15,4 +16,4 @@ "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index aab5e3b..3b52aa6 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,9 @@ + + +