Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 629d3f9

Browse files
authored
Fix repository links
1 parent 32a8e55 commit 629d3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "purescript-dom",
3-
"homepage": "https://github.com/purescript-contrib/purescript-dom",
3+
"homepage": "https://github.com/purescript-web/purescript-dom",
44
"description": "PureScript type definitions and effect for interacting with the DOM",
55
"keywords": [
66
"purescript"
77
],
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/purescript-contrib/purescript-dom.git"
11+
"url": "git://github.com/purescript-web/purescript-dom.git"
1212
},
1313
"ignore": [
1414
"**/.*",

0 commit comments

Comments
 (0)