Skip to content

Commit af7627b

Browse files
committed
fork-related changes
1 parent 9c91afb commit af7627b

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# purescript-dom-parser
1+
# purescript-web-dom-parser
22

3-
[`DOMParser`](https://developer.mozilla.org/docs/Web/API/DOMParser) wrapper for integration with PureScript DOM.
3+
[`DOMParser`](https://developer.mozilla.org/docs/Web/API/DOMParser) wrapper for integration with PureScript DOM. This is a fork of [purescript-dom-parser](https://github.com/toastal/purescript-dom-parser), using `Effect`.
44

55

6-
[![Latest release](http://img.shields.io/github/release/toastal/purescript-domparser.svg)](https://github.com/toastal/purescript-domparser/releases)
6+
[![Latest release](http://img.shields.io/github/release/purescript-web/purescript-web-dom-parser.svg)](https://github.com/purescript-web/purescript-web-dom-parser/releases)
77

88

99
## Installation
1010

1111
```bash
12-
bower install purescript-domparser
12+
bower install purescript-web-dom-parser
1313
```
1414

15-
Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-dom-parser).
16-
15+
Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-web-dom-parser).

bower.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "purescript-dom-parser",
2+
"name": "purescript-web-dom-parser",
33
"author": "toastal (https://keybase.io/toastal)",
44
"private": false,
55
"scripts": {

psc-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "purescript-dom-parser",
2+
"name": "purescript-web-dom-parser",
33
"set": "psc-0.12.0",
44
"source": "https://github.com/purescript/package-sets.git",
55
"depends": [

0 commit comments

Comments
 (0)