mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-18 15:55:06 +00:00
upgrade demo to v2.0.2
This commit is contained in:
parent
82f4fa7b92
commit
0405a68c44
@ -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:
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user