Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"directory": ".."
"scripts": {
"postinstall": "./node_modules/cldr-data-downloader/bin/download.js -i bower_components/cldr-data/index.json -o bower_components/cldr-data/ --src-url-key json-full"
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bower_components/
/node_modules/
6 changes: 3 additions & 3 deletions Intl.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define([ "./impl/Record", "./impl/calendars", "./impl/common", "./locales!",
"requirejs-text/text!./cldr/supplemental/currencyData.json",
"requirejs-text/text!./cldr/supplemental/timeData.json",
"requirejs-text/text!./cldr/supplemental/numberingSystems.json" ],
"text!cldr/supplemental/currencyData.json",
"text!cldr/supplemental/timeData.json",
"text!cldr/supplemental/numberingSystems.json" ],
function (Record, calendars, common, preloads,
currencyDataJson, timeDataJson, numberingSystemsJson) {
/**
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ecma402",
"version": "0.2.3-dev",
"dependencies": {
"cldr-data": ">=25",
"requirejs": "2.1.x",
"requirejs-text": "2.0.x",
"requirejs-dplugins": "0.3.x"
Expand All @@ -13,4 +14,4 @@
"tests",
"CONTRIBUTING.md"
]
}
}
File renamed without changes.
File renamed without changes.
266 changes: 0 additions & 266 deletions cldr/af-NA/ca-gregorian.json

This file was deleted.

Loading