Skip to content

Commit

Permalink
prepare version 4 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored May 2, 2019
1 parent f83d7b6 commit dfc383e
Show file tree
Hide file tree
Showing 5 changed files with 1,036 additions and 1,316 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ node_js:
- "8"
- "9"
- "10"
- "11"
- "12"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# i18n-iso-countries

> Version 4 drops support for node 4 and 5!
i18n for ISO 3166-1 country codes. We support Alpha-2, Alpha-3 and Numeric codes from <http://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements>

## Installing
Expand Down
1 change: 1 addition & 0 deletions entry-node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
var library = require("./index");

var locales = [
require("./langs/ur.json"),
require("./langs/vi.json"),
require("./langs/ar.json"),
require("./langs/az.json"),
Expand Down
Loading

0 comments on commit dfc383e

Please sign in to comment.