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

Commit d2e1fe9

Browse files
authored
Merge pull request #107 from kRITZCREEK/patch-1
Fix repository links
2 parents 189bbce + 629d3f9 commit d2e1fe9

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)