Skip to content

Commit

Permalink
⚡ chore: add repo and homepage in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Sep 13, 2020
1 parent ce9dda3 commit 4c605fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta-fetcher",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tiny URL meta-data fetcher that scraps the meta-data of a given URL string",
"bugs": {
"url": "https://github.com/rocktimsaikia/meta-fetch/issues"
Expand All @@ -17,6 +17,8 @@
"files": [
"dist/**/*"
],
"repository": "rocktimsaikia/meta-fetcher",
"homepage": "https://github.com/rocktimsaikia/meta-fetcher",
"keywords": [
"meta-fetcher",
"url-metadata",
Expand Down Expand Up @@ -73,4 +75,4 @@
"engines": {
"node": ">=12"
}
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const {fetchMetaData} = require('meta-fetcher');

(async () => {
const result = await fetchMetaData('https://hoppscotch.io/');
console.log(result);
console.log(result);

/*
{
Expand Down

0 comments on commit 4c605fc

Please sign in to comment.