upgrade demo to v2.0.2

This commit is contained in:
Kevin Qi 2019-08-10 15:54:09 -07:00
parent 82f4fa7b92
commit 0405a68c44
3 changed files with 9 additions and 3 deletions

View File

@ -18,6 +18,12 @@ yarn start
The demo site will be running at [localhost:3000](http://localhost:3000). Now, any changes that are made to react-circular-progressbar source will be live-reloaded on the demo site.
## Upgrading version
```
yarn upgrade react-circular-progressbar@../
```
## Deploying
This site is hosted on github pages at https://www.kevinqi.com/react-circular-progressbar. Deploy new updates by running in this directory:

View File

@ -15,7 +15,7 @@
"gh-pages": "^2.0.1",
"lodash": "^4.17.15",
"react": "^16.8.6",
"react-circular-progressbar": "file:./../",
"react-circular-progressbar": "../",
"react-dom": "^16.8.6",
"react-move": "^5.2.1",
"react-scripts": "3.0.1",

View File

@ -7977,8 +7977,8 @@ react-app-polyfill@^1.0.1:
regenerator-runtime "0.13.2"
whatwg-fetch "3.0.0"
"react-circular-progressbar@file:./..":
version "2.0.1"
react-circular-progressbar@../:
version "2.0.2"
react-dev-utils@^9.0.1:
version "9.0.1"