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

Commit

Permalink
Updated make enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Aug 4, 2016
1 parent 4e76ced commit de9a8f5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
18 changes: 18 additions & 0 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,12 @@
"aston_martin"
]
},
{
"name": "AIXAM",
"values": [
"aixam"
]
},
{
"name": "AWO",
"values": [
Expand Down Expand Up @@ -1410,6 +1416,12 @@
"steyr"
]
},
{
"name": "STEMA",
"values": [
"stema"
]
},
{
"name": "SWIDNIK_TRADE",
"values": [
Expand All @@ -1428,6 +1440,12 @@
"syland"
]
},
{
"name": "SYM",
"values": [
"sym"
]
},
{
"name": "TATA",
"values": [
Expand Down
3 changes: 3 additions & 0 deletions lib/enum/makeEnum.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports.MakeEnum = {
ALFA_ROMEO: 'ALFA_ROMEO',
APRILIA: 'APRILIA',
ASTON_MARTIN: 'ASTON_MARTIN',
AIXAM: 'AIXAM',
AWO: 'AWO',
BMW: 'BMW',
BELARUS: 'BELARUS',
Expand Down Expand Up @@ -174,11 +175,13 @@ module.exports.MakeEnum = {
SOMMER: 'SOMMER',
SONIK: 'SONIK',
STEYR: 'STEYR',
STEMA: 'STEMA',
SWIDNIK_TRADE: 'SWIDNIK_TRADE',
SUPERBYKE: 'SUPERBYKE',
SUZUKI: 'SUZUKI',
SWIFT: 'SWIFT',
SYLAND: 'SYLAND',
SYM: 'SYM',
SOLARIS: 'SOLARIS',
TATA: 'TATA',
TASSO: 'TASSO',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vehicle-history-model",
"version": "0.14.0",
"version": "1.0.0",
"description": "Vehicle history model.",
"main": "./index.js",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"chai": "3.5.0",
"config": "1.21.0",
"istanbul": "0.4.4",
"mocha": "3.0.0"
"mocha": "3.0.1"
},
"scripts": {
"prepublish": "npm prune",
Expand Down

0 comments on commit de9a8f5

Please sign in to comment.