diff options
-rw-r--r-- | package-lock.json | 5 | ||||
-rw-r--r-- | package.json | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index e4183d1..92f2ebd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1629,7 +1629,8 @@ "@types/history": { "version": "4.7.7", "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.7.tgz", - "integrity": "sha512-2xtoL22/3Mv6a70i4+4RB7VgbDDORoWwjcqeNysojZA0R7NK17RbY5Gof/2QiFfJgX+KkWghbwJ+d/2SB8Ndzg==" + "integrity": "sha512-2xtoL22/3Mv6a70i4+4RB7VgbDDORoWwjcqeNysojZA0R7NK17RbY5Gof/2QiFfJgX+KkWghbwJ+d/2SB8Ndzg==", + "dev": true }, "@types/istanbul-lib-coverage": { "version": "2.0.2", @@ -1711,6 +1712,7 @@ "version": "5.1.8", "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.8.tgz", "integrity": "sha512-HzOyJb+wFmyEhyfp4D4NYrumi+LQgQL/68HvJO+q6XtuHSDvw6Aqov7sCAhjbNq3bUPgPqbdvjXC5HeB2oEAPg==", + "dev": true, "requires": { "@types/history": "*", "@types/react": "*" @@ -1720,6 +1722,7 @@ "version": "5.1.5", "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.1.5.tgz", "integrity": "sha512-ArBM4B1g3BWLGbaGvwBGO75GNFbLDUthrDojV2vHLih/Tq8M+tgvY1DSwkuNrPSwdp/GUL93WSEpTZs8nVyJLw==", + "dev": true, "requires": { "@types/history": "*", "@types/react": "*", diff --git a/package.json b/package.json index 2690f3a..57a1caa 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "which", "version": "1.0.3", - "homepage": "https://ilyayudovin.github.io/which", + "homepage": "https://which-ecosystem.github.io/", "dependencies": { "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56", - "@types/react-router-dom": "^5.1.5", "axios": "^0.19.2", "lodash": "^4.17.15", "notistack": "^0.9.17", @@ -24,7 +23,7 @@ "build": "react-scripts build", "lint": "eslint . --ext ts,tsx --max-warnings 0", "test": "npm run lint", - "deploy": "gh-pages --dist build" + "deploy": "gh-pages --dist build --repo git@github.com:which-ecosystem/which-ecosystem.github.io.git" }, "browserslist": { "production": [ @@ -43,6 +42,7 @@ "@types/node": "^12.12.44", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", + "@types/react-router-dom": "^5.1.5", "@types/react-virtualized": "^9.21.10", "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", |