Skip to content

Commit

Permalink
Merge pull request #70 from kuflash/develop
Browse files Browse the repository at this point in the history
* Release 1.1.3
* Fix issue #67
  • Loading branch information
kuflash authored Dec 13, 2017
2 parents 0aa95b1 + fae123e commit 2c73745
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-sitemap",
"version": "1.1.2",
"version": "1.1.3",
"description": "Module to generate a sitemap for react-router configuration",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,12 +53,14 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"phantomjs-prebuilt": "^2.1.7",
"react": "^15.1.0",
"webpack": "^1.13.0",
"webpack-node-externals": "^1.2.0"
},
"peerDependencies": {
"react-router": "^2.3.0"
},
"dependencies": {
"react": "^15.1.0",
"react-router": "^2.3.0",
"sitemap": "^1.6.0"
}
}

0 comments on commit 2c73745

Please sign in to comment.