Skip to content

Commit

Permalink
Tried to fix bower problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Muecke committed Nov 8, 2016
1 parent 957dc89 commit ee9c04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/cdepillabout/purescript-email-validate"
"url": "git://github.com/hotwirestudios/purescript-email-validate"
},
"license": "BSD3"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purescript-email-validate",
"version": "1.0.6",
"version": "1.0.9",
"description": "PureScript library to parse an email address.",
"directories": {
"doc": "docs",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdepillabout/purescript-email-validate.git"
"url": "git+https://github.com/hotwirestudios/purescript-email-validate.git"
},
"author": "Dennis Gosnell <[email protected]>",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit ee9c04e

Please sign in to comment.