Skip to content

Commit

Permalink
Merge pull request #43 from TradeMe/google-play-parsing-fix
Browse files Browse the repository at this point in the history
Updates google-play-scraper dependency to fix parsing issue
  • Loading branch information
Jamie Sanson authored Jun 28, 2020
2 parents 4a5c1f1 + dee2b49 commit b8e04b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trademe/reviewme",
"version": "3.0.0",
"version": "3.0.1",
"description": "Google Play and App Store reviews posted to Slack",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"homepage": "https://github.com/TradeMe/ReviewMe#readme",
"dependencies": {
"android-versions": "^1.4.0",
"commander": "^4.0.1",
"google-play-scraper": "^7.1.1",
"googleapis": "^45.0.0",
"commander": "^4.1.1",
"google-play-scraper": "^7.1.3",
"googleapis": "^52.1.0",
"request": "^2.88.0"
}
}

0 comments on commit b8e04b6

Please sign in to comment.