summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index f6d69e0..5fafdb0 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"promise-polyfill": "8.0.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
- "react-scripts": "1.1.4",
+ "react-scripts": "^2.1.1",
+ "striptags": "^3.1.1",
"whatwg-fetch": "^2.0.4"
},
"scripts": {
@@ -16,5 +17,11 @@
"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"
+ ]
}