Skip to content

Commit

Permalink
Merge pull request #87 from prescottprue/master
Browse files Browse the repository at this point in the history
#86 - Scope of iso3166_data
  • Loading branch information
SecretBase authored Aug 31, 2017
2 parents 7bc7c81 + a30478c commit 43e76a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const iso3166_data = require('./iso3166_data');
var iso3166_data = require('./iso3166_data');

function getISO3166(country) {
// assign default to USA country first
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone",
"version": "1.0.11",
"version": "1.0.12",
"description": "With a given country and phone number, validate and format the phone number to E.164 standard",
"main": "./lib/index",
"engines": {
Expand Down

0 comments on commit 43e76a9

Please sign in to comment.