Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
Support github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AKolodeev committed Sep 27, 2017
1 parent 401b9c7 commit 51fab35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example",
"version": "0.1.0",
"private": true,
"homepage": "https://akolodeev.github.io/redux-promising-modals",
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.5.4",
Expand All @@ -16,12 +17,14 @@
"reselect": "^3.0.1"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"deploy": "npm run build && gh-pages -d build"
}
}

0 comments on commit 51fab35

Please sign in to comment.