diff --git a/README.md b/README.md index c07f82a..3702eaa 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ### Install ```bash -git clone https://github.com/dev-vignesh/reactstrap-collapse.git +git clone https://github.com/devevignesh/reactstrap-collapse.git ``` Then you can run it by: diff --git a/package.json b/package.json index 8169cdf..b6ce305 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,10 @@ "name": "reactstrap-collapse", "version": "0.1.0", "private": true, + "homepage": "https://devevignesh.github.io/reactstrap-collapse", "dependencies": { "bootstrap": "^4.2.1", + "gh-pages": "^2.0.1", "react": "^16.8.1", "react-dom": "^16.8.1", "react-scripts": "2.1.3", @@ -13,6 +15,8 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "eject": "react-scripts eject" }, "eslintConfig": {