Skip to content

Commit

Permalink
Merge pull request #11 from jigsawye/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
jigsawye authored Jul 21, 2018
2 parents e69f795 + 6a8484a commit a6fc12c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 23 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
![demo](images/demo.png)

[![CircleCI](https://circleci.com/gh/jigsawye/rosim/tree/master.svg?style=svg)](https://circleci.com/gh/jigsawye/rosim/tree/master)
[![Dependency Status](https://beta.gemnasium.com/badges/github.com/jigsawye/rosim.svg)](https://beta.gemnasium.com/projects/github.com/jigsawye/rosim)

Build with React, Redux, antd, styled-components.

## Setup

``` bash
```bash
# create your .env file
cp .env.example .env

Expand All @@ -19,7 +18,7 @@ vim .env

## Build Setup

``` bash
```bash
# install dependencies
yarn

Expand All @@ -29,4 +28,3 @@ yarn start
# build for production with minification
yarn build
```

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"immer": "^1.3.1",
"lodash": "^4.17.10",
"prop-types": "^15.6.2",
"query-string": "6.1.0",
"query-string": "5",
"raven-for-redux": "^1.3.1",
"raven-js": "^3.26.4",
"react": "^16.4.1",
Expand Down
11 changes: 1 addition & 10 deletions src/components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,14 @@ const aboutWebsite = `
- 感謝 [琉璃廣](https://home.gamer.com.tw/homeindex.php?owner=rorigo) 的公式分享
- 感謝 [白龍](https://home.gamer.com.tw/homeindex.php?owner=k99999532) 的說明文字授權
### 開發技術
- 採用 [React](https://reactjs.org/) + [Redux](https://redux.js.org/) 開發
- UI Framework 使用 [antd](https://ant.design)
- 部署空間使用 [Github pages](https://pages.github.com/)
- Error Tracking 使用 [Sentry](https://sentry.io/)
- 使用 [CircleCI](https://circleci.com/gh/jigsawye/rosim/tree/master) 進行 auto deploy
- 使用 [Gemnasium](https://beta.gemnasium.com/projects/github.com/jigsawye/rosim) 做 Depanedencies track
### 資料來源
- [iRO Wiki](https://irowiki.org/wiki/Main_Page)
### Discord
`;

const aboutCreator = `
RO 起源玩家,遊戲ID: \`Sociopath\`
RO 起源玩家,~~遊戲ID: \`Sociopath\`~~ 已退坑
其餘請直接參考我的 [個人網站](https://jigsawye.com/about/)
`;
Expand Down
13 changes: 5 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5701,12 +5701,13 @@ qs@~6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"

query-string@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.1.0.tgz#01e7d69f6a0940dac67a937d6c6325647aa4532a"
query-string@5:
version "5.1.1"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb"
dependencies:
decode-uri-component "^0.2.0"
strict-uri-encode "^2.0.0"
object-assign "^4.1.0"
strict-uri-encode "^1.0.0"

query-string@^4.1.0:
version "4.3.4"
Expand Down Expand Up @@ -7073,10 +7074,6 @@ strict-uri-encode@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"

strict-uri-encode@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"

string-convert@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/string-convert/-/string-convert-0.2.1.tgz#6982cc3049fbb4cd85f8b24568b9d9bf39eeff97"
Expand Down

0 comments on commit a6fc12c

Please sign in to comment.