Skip to content

Commit

Permalink
feat(release): release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Mar 8, 2021
1 parent 0b0ede6 commit 4c8ed6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta-fetcher",
"version": "2.0.0",
"version": "2.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 Down Expand Up @@ -31,6 +31,7 @@
"scripts": {
"build": "del dist && tsc",
"test": "xo && ava",
"test:ex": "node example/index.js",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit 4c8ed6a

Please sign in to comment.