From edc94419e6a5dce9a4696c64a6e50318517e122e Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 8 Aug 2020 12:01:00 +0300 Subject: build: publish to different repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3