Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Nov 1, 2015
1 parent f255087 commit a199b76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/client/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var buildList = function buildList(jar, page, formConfig, callback) {
receipt.purchaseOrderNumber = text;
break;
case 3:
receipt.num = text;
receipt.code = text;
break;
case 4:
receipt.id = null;
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "receipts-lottery-client",
"version": "0.5.3",
"version": "0.5.4",
"description": "Receipts lottery client",
"main": "./index.js",
"dependencies": {
Expand Down Expand Up @@ -45,6 +45,6 @@
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"_id": "receipts-lottery-client@0.5.3",
"_from": "receipts-lottery-client@^0.5.3"
"_id": "receipts-lottery-client@0.5.4",
"_from": "receipts-lottery-client@^0.5.4"
}

0 comments on commit a199b76

Please sign in to comment.