fix on windows

This commit is contained in:
Sebastian
2021-09-23 17:00:39 -07:00
parent 3e543b37f7
commit 1efb892053
2 changed files with 4 additions and 42121 deletions
-42116
View File
File diff suppressed because it is too large Load Diff
+4 -5
View File
@@ -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": [