Skip to content

Commit

Permalink
complete Leon municipalities (#4)
Browse files Browse the repository at this point in the history
complete Leon municipalities
  • Loading branch information
hosmelq authored Oct 2, 2019
2 parents 3fdb1fc + e65baa0 commit 77762d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"singleQuote": true,
"bracketSpacing": false,
"bracketSpacing": false
}
13 changes: 12 additions & 1 deletion src/municipalities.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ const managua = [
{'006': 'Mateare'}
];

const leon = [{'281': 'Leon'}];
const leon = [
{'281': 'Leon'},
{'283': 'El Jicaral'},
{'284': 'La Paz Centro'},
{'285': 'Santa Rosa Del Peñón'},
{'286': 'Quetzalguaque'},
{'287': 'Nagarote'},
{'288': 'El Sauce'},
{'289': 'Achuapa'},
{'290': 'Telica'},
{'291': 'Larreynaga Malpaisillo'}
];

const chinandega = [
{'081': 'Chinandega'},
Expand Down

0 comments on commit 77762d7

Please sign in to comment.