diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-08 12:01:00 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-08 12:15:58 +0300 |
commit | edc94419e6a5dce9a4696c64a6e50318517e122e (patch) | |
tree | 9aab999f7e511cdf13e397c1b547734219e2c4dd /package.json | |
parent | 70d533d2bcbaa689d3de6ecb532997cd68a7a842 (diff) | |
download | which-ui-edc94419e6a5dce9a4696c64a6e50318517e122e.tar.gz |
build: publish to different repo
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
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", |