Skip to content

Commit

Permalink
Update FormManager version; Add link to Demo navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
allpro committed May 7, 2019
1 parent e8575d5 commit 8ea69fe
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@allpro/react-router-pause-example",
"version": "1.1.1",
"version": "1.1.2",
"description": "Helper for React Router to provide customizable asynchronous navigation blocking",
"repository": "allpro/react-router-pause/example",
"homepage": "https://allpro.github.io/react-router-pause",
Expand Down
10 changes: 10 additions & 0 deletions example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@ function DrawerContents(props) {
external
/>
</List>

<Divider />

<List>
<ListNavItem
label="More Components"
to="https://allpro.github.io/"
external
/>
</List>
</MuiThemeProvider>
)
}
Expand Down
16 changes: 15 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@allpro/react-router-pause",
"version": "1.1.1",
"version": "1.1.2",
"description": "Helper for React Router to provide customizable asynchronous navigation blocking",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,6 +39,7 @@
"react-router-dom": ">=4"
},
"dependencies": {
"@allpro/form-manager": "^0.5.3",
"lodash": "^4.17.11"
},
"devDependencies": {
Expand Down

0 comments on commit 8ea69fe

Please sign in to comment.