diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c710b..ca4e426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,43 +1,43 @@ ## 1.0.4 (2018-06-29) -* Lazy browserless initialization ([47f69da](https://github.com/Kikobeats/get-html/commit/47f69da)) -* Update ([184ae17](https://github.com/Kikobeats/get-html/commit/184ae17)) -* Update copy ([af3d011](https://github.com/Kikobeats/get-html/commit/af3d011)) -* Update README.md ([df3799b](https://github.com/Kikobeats/get-html/commit/df3799b)) -* docs(readme): add Greenkeeper badge ([b80cd1e](https://github.com/Kikobeats/get-html/commit/b80cd1e)) +* Lazy browserless initialization ([47f69da](https://github.com/Kikobeats/html-get/commit/47f69da)) +* Update ([184ae17](https://github.com/Kikobeats/html-get/commit/184ae17)) +* Update copy ([af3d011](https://github.com/Kikobeats/html-get/commit/af3d011)) +* Update README.md ([df3799b](https://github.com/Kikobeats/html-get/commit/df3799b)) +* docs(readme): add Greenkeeper badge ([b80cd1e](https://github.com/Kikobeats/html-get/commit/b80cd1e)) ## 1.0.3 (2018-06-28) -* Expose create browserless ([7b487e5](https://github.com/Kikobeats/get-html/commit/7b487e5)) +* Expose create browserless ([7b487e5](https://github.com/Kikobeats/html-get/commit/7b487e5)) ## 1.0.2 (2018-06-28) -* Add puppeteer as peer dependency ([48b0ec8](https://github.com/Kikobeats/get-html/commit/48b0ec8)) -* Update README.md ([4425c3c](https://github.com/Kikobeats/get-html/commit/4425c3c)) +* Add puppeteer as peer dependency ([48b0ec8](https://github.com/Kikobeats/html-get/commit/48b0ec8)) +* Update README.md ([4425c3c](https://github.com/Kikobeats/html-get/commit/4425c3c)) ## 1.0.1 (2018-06-26) -* Add default puppeteer config ([373f8c4](https://github.com/Kikobeats/get-html/commit/373f8c4)) -* Update README.md ([7661915](https://github.com/Kikobeats/get-html/commit/7661915)) -* Update README.md ([fd93e9a](https://github.com/Kikobeats/get-html/commit/fd93e9a)) +* Add default puppeteer config ([373f8c4](https://github.com/Kikobeats/html-get/commit/373f8c4)) +* Update README.md ([7661915](https://github.com/Kikobeats/html-get/commit/7661915)) +* Update README.md ([fd93e9a](https://github.com/Kikobeats/html-get/commit/fd93e9a)) # 1.0.0 (2018-06-26) -* First commit ([f60248e](https://github.com/Kikobeats/get-html/commit/f60248e)) -* Rename ([800d199](https://github.com/Kikobeats/get-html/commit/800d199)) +* First commit ([f60248e](https://github.com/Kikobeats/html-get/commit/f60248e)) +* Rename ([800d199](https://github.com/Kikobeats/html-get/commit/800d199)) diff --git a/package.json b/package.json index 3096dbf..82c08f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "get-html", + "name": "html-get", "description": "Get the HTML from any website, using prerendering when is necessary.", - "homepage": "https://documentup.com/Kikobeats/get-html", + "homepage": "https://documentup.com/Kikobeats/html-get", "version": "1.0.4", "main": "src/index.js", "author": { @@ -17,10 +17,10 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/Kikobeats/get-html.git" + "url": "git+https://github.com/Kikobeats/html-get.git" }, "bugs": { - "url": "https://github.com/Kikobeats/get-html/issues" + "url": "https://github.com/Kikobeats/html-get/issues" }, "keywords": [ "fetch",