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

Commit

Permalink
New trade type
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Jul 4, 2016
1 parent 26d5212 commit 1af8b1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lib/model/trade.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ var Trade = {
HAIRDRESSING: 'HAIRDRESSING',
PRIVATE_MEDIC_DENTAL: 'PRIVATE_MEDIC_DENTAL',
VEHICLES: 'VEHICLES',
FOOD_AND_DRINKS: 'FOOD_AND_DRINKS',
OTHER: 'OTHER',

map: {
'5602c71013287705788b4567': 'HAIRDRESSING',
'5602c71013287705788b4568': 'PRIVATE_MEDIC_DENTAL',
'5602c71013287705788b4569': 'VEHICLES',
'5602c71013287705788b456a': 'FOOD_AND_DRINKS',
'': 'OTHER'
},

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-model",
"version": "1.4.0",
"version": "1.5.0",
"description": "Receipts model.",
"main": "./index.js",
"dependencies": {},
Expand Down Expand Up @@ -37,6 +37,6 @@
"node": ">=5.10.0"
},
"readmeFilename": "README.md",
"_id": "receipts-model@1.4.0",
"_from": "receipts-model@^1.4.0"
"_id": "receipts-model@1.5.0",
"_from": "receipts-model@^1.5.0"
}

0 comments on commit 1af8b1b

Please sign in to comment.