Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 23, 2020
1 parent c921334 commit 3aa3b0e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 11 deletions.
34 changes: 27 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The material for learning React fundamentals",
"title": "React Fundamentals ⚛",
"keywords": [],
"homepage": "http://react-fundamentals.netlify.com/",
"homepage": "http://react-fundamentals.netlify.app/",
"license": "GPL-3.0-only",
"main": "src/index.js",
"engines": {
Expand All @@ -15,14 +15,14 @@
"@kentcdodds/react-workshop-app": "^2.7.4",
"@testing-library/react": "^10.0.1",
"chalk": "^3.0.0",
"codegen.macro": "^3.0.0",
"codegen.macro": "^4.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"husky": "^4.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"prettier": "^2.0.1",
"react-scripts": "^3.4.1"
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/exercise/01.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- Basic JavaScript-rendered Hello World -->
<!-- http://localhost:3000/isolated/exercise/01.html -->

<!-- These instructions are to be written in HTML -->
<!-- 🐨 Create (in HTML) a <body> with a <div> with the id of "root" -->
<!-- 🐨 Then create a <script> for your JavaScript -->

Expand Down

0 comments on commit 3aa3b0e

Please sign in to comment.