Skip to content

Commit e6fc945

Browse files
committed
updates for github pages demo
1 parent 8dc680c commit e6fc945

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-timer-hook",
3-
"version": "2.0.6",
3+
"version": "2.0.6 ",
44
"description": "React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"build:demo": "webpack --config webpack.dev.js && webpack-dev-server --open --config webpack.dev.js",
8+
"build:demo": "rm -rf ./docs && webpack --config webpack.dev.js && webpack-dev-server --open --config webpack.dev.js",
99
"build:prod": "rm -rf ./dist && webpack --config webpack.prod.js",
1010
"lint": "node_modules/.bin/eslint src"
1111
},

0 commit comments

Comments
 (0)