Skip to content

Commit

Permalink
removing dev code / updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
jadkins89 committed Jan 7, 2021
1 parent 241b994 commit 7077709
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recipe-scraper",
"version": "1.25.0",
"version": "1.26.0",
"description": "A JS package for scraping recipes from the web.",
"author": "Justin Adkins <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 0 additions & 4 deletions scrapers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,4 @@ const recipeScraper = url => {
});
};

recipeScraper(
"https://www.thespruceeats.com/grilled-squid-recipe-1808848"
).then(recipe => console.log(recipe));

module.exports = recipeScraper;

0 comments on commit 7077709

Please sign in to comment.