mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-25 12:46:01 +10:00
Mea culpa, I included i18n strings in https://github.com/cdnjs/cdnjs/commit/97a5d559150d644d6cde4aaf285d253933 6b5e1e where they should actually be in angular-i18n instead. This commit rectifies the error. Removed from angular.js, added to angular-i18n and min’d. Commit includes deletions: deleted files were committed for around 15 minutes and i18n files don’t appear to have been included in previous versions of angular.js, so almost zero risk.
26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"name": "angular-i18n",
|
|
"filename":"angular-locale_en-us.js",
|
|
"description": "Locales for AngularJS",
|
|
"version": "1.2.10",
|
|
"homepage": "http://angularjs.org",
|
|
"keywords": [
|
|
"framework",
|
|
"mvc",
|
|
"AngularJS",
|
|
"angular",
|
|
"angular.js"
|
|
],
|
|
"repositories": [{
|
|
"type": "git",
|
|
"url": "git://github.com/angular/angular.js.git"
|
|
}],
|
|
"bugs": "https://github.com/angular/angular.js/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
|
|
}
|
|
]
|
|
}
|