Skip to content

Commit

Permalink
Add browserlist.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevanB committed Mar 27, 2019
1 parent 9429eae commit 6237776
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,22 @@
"main": "index.js",
"dependencies": {
"formik": "1.5.1",
"react": "16.8.3",
"react-dom": "16.8.3"
"react": "16.8.5",
"react-dom": "16.8.5"
},
"devDependencies": {
"react-scripts": "1.0.0"
"react-scripts": "2.1.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./index.css";
import { Field, Form, Formik } from "formik";
import React from "react";
import { render } from "react-dom";
import { Field, Form, Formik } from "formik";
import "./index.css";
import ItemList from "./ItemList";

const App = () => {
Expand Down

0 comments on commit 6237776

Please sign in to comment.