From e50647784ec05c1a290b276d919cd6ed40f70ea4 Mon Sep 17 00:00:00 2001 From: Ben Elferink Date: Tue, 22 Dec 2020 02:27:23 +0200 Subject: [PATCH] removed default browsers from package --- README.md | 7 +++++++ client/package.json | 12 ------------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9e580d4..b976054 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,13 @@ Go to your client folder (frontend), and set your workspace: > npm install
> npm start +``` +We're unable to detect target browsers. +Would you like to add the defaults to your package.json? (Y/n) +``` + +> Y +
### STEP 3: diff --git a/client/package.json b/client/package.json index cc315a1..693abed 100644 --- a/client/package.json +++ b/client/package.json @@ -12,17 +12,5 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "^4.0.1" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] } }