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

Commit

Permalink
Update to CLDR v34 (#20)
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
okuryu authored Jan 8, 2019
1 parent 6bb4c04 commit b46c856
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formatjs-extract-cldr-data",
"version": "5.0.0",
"version": "6.0.0",
"description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.",
"main": "index.js",
"scripts": {
Expand All @@ -9,9 +9,9 @@
"author": "Eric Ferraiuolo <edf@ericf.me>",
"license": "BSD-3-Clause",
"dependencies": {
"cldr-core": "^33.0.0",
"cldr-dates-full": "^33.0.0",
"cldr-numbers-full": "^33.0.0",
"cldr-core": "^34.0.0",
"cldr-dates-full": "^34.0.0",
"cldr-numbers-full": "^34.0.0",
"glob": "^5.0.1",
"make-plural": "^2.1.3",
"object.assign": "^4.0.3",
Expand Down

0 comments on commit b46c856

Please sign in to comment.