File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change 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 " **/.*" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " purescript-dom-parser" ,
2+ "name" : " purescript-web- dom-parser" ,
33 "author" : " toastal (https://keybase.io/toastal)" ,
44 "private" : false ,
55 "scripts" : {
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments