Skip to content

Commit

Permalink
fix version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Neale committed Sep 16, 2017
1 parent f322c56 commit 643ac9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -3,10 +3,9 @@
"main": "scraper.js",
"dependencies": {
"bluebird": "^3.5.0",
"cheerio": "latest",
"request": "latest",
"cheerio": "^1.0.0-rc.2",
"request-promise": "^4.2.1",
"sqlite3": "latest"
"sqlite3": "^3.1.11"
},
"keywords": [
"scraper",
Expand Down

0 comments on commit 643ac9b

Please sign in to comment.