Patrick Kubiak

Results 4 comments of Patrick Kubiak

This works for me to get a list of my own games: ``` steam.getUserOwnedGames('76561197989862681').then((data) => { console.log(data); }) ``` steam.getUserOwnedGames won't include free-to-play games (tf2, csgo, etc.). You can use...

@nevir Any thoughts on how to fix this for CircleCI and not potentially break other CIs?

Hey @espy, I think the Team City shouldUpdate() lockfile regex needs to be changed to account for singular and plural "chore(package): update lockfile(s)"

@espy The [commit lockfile(s) plural wording](https://github.com/greenkeeperio/greenkeeper-lockfile/blob/master/lib/update-lockfile.js#L66-L72) does not work on [CircleCI](https://github.com/patkub/test-gk-lock-circleci/pull/3/commits) nor [AppVeyor](https://github.com/patkub/test-gk-lock-appveyor/pull/3/commits). I have one `package-lock.json` file and it commits with plural `chore(package): update lockfiles` instead of singular. Edit:...