Skip to content

Commit 070b01c

Browse files
committed
Remove UTF-8 BOM's from package.json files
1 parent ca588c7 commit 070b01c

File tree

90 files changed

+178
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+178
-178
lines changed

application/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ "name" : "application",
2-
"main" : "application.js" }
1+
{ "name" : "application",
2+
"main" : "application.js" }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ "name" : "absolute-layout-demo",
2-
"main" : "app.js" }
1+
{ "name" : "absolute-layout-demo",
2+
"main" : "app.js" }

apps/cuteness.io/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ "name" : "testsapp",
2-
"main" : "app.js" }
1+
{ "name" : "testsapp",
2+
"main" : "app.js" }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ "name" : "editable-text-demo",
2-
"main" : "app.js" }
1+
{ "name" : "editable-text-demo",
2+
"main" : "app.js" }

apps/gallery-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ "name" : "gallery-app",
2-
"main" : "app.js" }
1+
{ "name" : "gallery-app",
2+
"main" : "app.js" }

apps/modal-views-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ "name" : "modal-views-demo",
2-
"main" : "app.js" }
1+
{ "name" : "modal-views-demo",
2+
"main" : "app.js" }

apps/paylocity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"name" : "testsapp",
33
"main" : "app.js"
4-
}
4+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ "name" : "ApplicationLoadTimeAndFPS",
2-
"main" : "app.js" }
1+
{ "name" : "ApplicationLoadTimeAndFPS",
2+
"main" : "app.js" }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ "name" : "ApplicationSize",
2-
"main" : "app.js" }
1+
{ "name" : "ApplicationSize",
2+
"main" : "app.js" }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{ "name" : "ComplexObjectGraphMemoryTest",
2-
"main" : "app.js" }
1+
{ "name" : "ComplexObjectGraphMemoryTest",
2+
"main" : "app.js" }

0 commit comments

Comments
 (0)