diff --git a/README.md b/README.md index 76ec02b..8469627 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ This uses a [custom configuration](./cldr-engine-config.json) and the `@phensley | Entity | UTF-8 Bytes | `gzip --best` bytes | `brotli -q 11` bytes | | :--- | ---: | ---: | ---: | -| @phensley/cldr-core library | 344,503 | 100,423 | 80,214 | +| @phensley/cldr-core library | 344,833 | 100,547 | 80,300 | | English resource pack | 53,556 | 9,193 | 7,017 | | Spanish resource pack | 48,167 | 9,856 | 7,697 | | French resource pack | 36,125 | 7,602 | 6,032 | diff --git a/cldr-engine/cldr-core.js b/cldr-engine/cldr-core.js index 12dd422..4269ea4 100644 --- a/cldr-engine/cldr-core.js +++ b/cldr-engine/cldr-core.js @@ -1 +1,2 @@ var core = require('@phensley/cldr-core'); +var config = require('../cldr-engine-config.json');