Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
metalwarrior665 committed Sep 2, 2022
1 parent 02ba4d0 commit d7a99b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apify_storage
node_modules/
.idea/
package-lock.json

storage
apify_storage
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "Yelp Scraper on Apify",
"dependencies": {
"apify": "^2.1.0",
"parse-domain": "^4.1.0",
"lodash": "^4.17.21"
"cheerio": "^1.0.0-rc.12",
"lodash": "^4.17.21",
"parse-domain": "^4.1.0"
},
"devDependencies": {
"@apify/eslint-config": "^0.2.2",
Expand Down

0 comments on commit d7a99b5

Please sign in to comment.