Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
feat(CRA): Updated CRA to v2 and resolved resulting issues.
Browse files Browse the repository at this point in the history
Updated CRA to v2 and resolved resulting issues.
  • Loading branch information
AaronCoplan authored Oct 7, 2018
2 parents 95abc58 + 80846e8 commit 83a569e
Show file tree
Hide file tree
Showing 5 changed files with 8,333 additions and 29,662 deletions.
10 changes: 8 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^16.2.0",
"react-google-maps": "^9.4.5",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.1",
"react-scripts": "^2.0.3",
"react-simple-maps": "^0.12.0",
"react-syntax-highlighter": "^8.0.1",
"tabler-react": "link:.."
Expand All @@ -27,5 +27,11 @@
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {}
"devDependencies": {},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Loading

0 comments on commit 83a569e

Please sign in to comment.