Skip to content

Commit

Permalink
Release v0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Mar 2, 2018
1 parent 4640f5d commit b91c648
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reason-reroute",
"version": "0.0.3",
"version": "0.0.4",
"description": "Tiny wrapper around ReasonReact.Router ",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,12 @@
"prepublish": "npm run build",
"test": "exit 0"
},
"keywords": ["router", "react", "reason", "reasonml"],
"keywords": [
"router",
"react",
"reason",
"reasonml"
],
"repository": {
"type": "git",
"url": "git+https://github.com/callstack/reroute.git"
Expand Down

0 comments on commit b91c648

Please sign in to comment.