Skip to content

Commit

Permalink
rename packages ... again... package names must be all lowercase :/
Browse files Browse the repository at this point in the history
  • Loading branch information
phueper committed May 14, 2018
1 parent 5a76047 commit 03d733f
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 7,696 deletions.
6 changes: 3 additions & 3 deletions build_package.prebuilt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"de": [
"de.*"
],
"deDE": [
"de-de": [
"de",
"de-DE"
],
"en": [
"en.*"
],
"enUS": [
"en-us": [
"en",
"en-US"
],
Expand All @@ -27,7 +27,7 @@
"it": [
"it.*"
],
"itIT": [
"it-it": [
"it",
"it-IT"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/deDE/package.json → packages/de-de/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "js-joda-locale_deDE",
"name": "js-joda-locale_de-de",
"version": "1.1.0-pre2+32.0.1",
"description": "prebuilt js-joda-locale package for locales: de,de-DE",
"repository": {
Expand Down
3,844 changes: 0 additions & 3,844 deletions packages/deDE/dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/deDE/dist/index.js.map

This file was deleted.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/enUS/package.json → packages/en-us/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "js-joda-locale_enUS",
"name": "js-joda-locale_en-us",
"version": "1.1.0-pre2+32.0.1",
"description": "prebuilt js-joda-locale package for locales: en,en-US",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/itIT/package.json → packages/it-it/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "js-joda-locale_itIT",
"name": "js-joda-locale_it-it",
"version": "1.1.0-pre2+32.0.1",
"description": "prebuilt js-joda-locale package for locales: it,it-IT",
"repository": {
Expand Down
3,844 changes: 0 additions & 3,844 deletions packages/itIT/dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/itIT/dist/index.js.map

This file was deleted.

0 comments on commit 03d733f

Please sign in to comment.