Skip to content

Commit 70ca8c5

Browse files
authored
Merge pull request #15 from sladek-jan/fix-github-urls-in-package-json
Fixed Github URLs
2 parents 617df32 + 4a09733 commit 70ca8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"name": "Cheol",
1818
"email": "g6lingpdev@gmail.com"
1919
},
20-
"homepage": "https://github.com/g6ling/xmldom",
20+
"homepage": "https://github.com/g6ling/react-native-html-parser",
2121
"repository": {
2222
"type": "git",
23-
"url": "git://github.com/g6ling/xmldom.git"
23+
"url": "git://github.com/g6ling/react-native-html-parser.git"
2424
},
2525
"main": "./dom-parser.js",
2626
"engines": {

0 commit comments

Comments
 (0)