mirror of
https://github.com/Team4388/scouting-2021.git
synced 2026-06-09 00:38:01 -06:00
fix on windows
This commit is contained in:
Generated
-42116
File diff suppressed because it is too large
Load Diff
+4
-5
@@ -6,7 +6,6 @@
|
|||||||
"@testing-library/jest-dom": "^5.14.1",
|
"@testing-library/jest-dom": "^5.14.1",
|
||||||
"@testing-library/react": "^11.2.7",
|
"@testing-library/react": "^11.2.7",
|
||||||
"@testing-library/user-event": "^12.8.3",
|
"@testing-library/user-event": "^12.8.3",
|
||||||
"cushiondb-client": "^0.1.6",
|
|
||||||
"pouchdb": "^7.2.2",
|
"pouchdb": "^7.2.2",
|
||||||
"pouchdb-browser": "^7.2.2",
|
"pouchdb-browser": "^7.2.2",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
@@ -16,10 +15,10 @@
|
|||||||
"web-vitals": "^1.1.2"
|
"web-vitals": "^1.1.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "./node_modules/.bin/react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "./node_modules/.bin/react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "./node_modules/.bin/react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "./node_modules/.bin/react-scripts eject"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|||||||
Reference in New Issue
Block a user