Skip to content

Commit 88b50e6

Browse files
committed
Final release
1 parent c586326 commit 88b50e6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/whizsid/react-progress-timer">
3-
<img src="https://i.imgur.com/dYifMd6.png" />
3+
<img src="https://i.imgur.com/9FlfaSt.png" />
44
</a>
55
</p>
66

example/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
content="React component like microsoft paint. This component is not returning an image like other components. You can get full detailed object as the output. After you can render your image from server side."
1111
/>
1212
<link rel="manifest" href="/manifest.json" />
13-
<title>React Designer Component</title>
13+
<title>React Progress Timer</title>
1414
</head>
1515
<body>
1616
<noscript>You need to enable JavaScript to run this app.</noscript>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-progress-timer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "This react component will automatically calculate the time to complete a progress bar by percentage changing speed.",
55
"main": "dist/index.js",
66
"private": false,
@@ -9,7 +9,7 @@
99
"start": "webpack-dev-server --mode development --open --hot",
1010
"prepublishOnly": "npm run transpile",
1111
"transpile": "babel src -d dist --copy-files --extensions '.ts,.tsx'",
12-
"demo": "gh-pages -d dist",
12+
"demo": "rm -rf dist && webpack -p && gh-pages -d dist",
1313
"lint": "tslint src/**/*.ts{,x} --fix",
1414
"tslint-check": "tslint-config-prettier-check ./tslint.json",
1515
"prettier": "prettier --check src/**/*.ts{,x}"

0 commit comments

Comments
 (0)