Remove UTF-8 BOM's from package.json files

This commit is contained in:
Hristo Deshev
2015-12-01 15:28:01 +02:00
parent ca588c7191
commit 070b01c544
90 changed files with 178 additions and 178 deletions

View File

@@ -1,2 +1,2 @@
{ "name" : "absolute-layout-demo",
"main" : "app.js" }
{ "name" : "absolute-layout-demo",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "testsapp",
"main" : "app.js" }
{ "name" : "testsapp",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "editable-text-demo",
"main" : "app.js" }
{ "name" : "editable-text-demo",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "gallery-app",
"main" : "app.js" }
{ "name" : "gallery-app",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "modal-views-demo",
"main" : "app.js" }
{ "name" : "modal-views-demo",
"main" : "app.js" }

View File

@@ -1,4 +1,4 @@
{
{
"name" : "testsapp",
"main" : "app.js"
}
}

View File

@@ -1,2 +1,2 @@
{ "name" : "ApplicationLoadTimeAndFPS",
"main" : "app.js" }
{ "name" : "ApplicationLoadTimeAndFPS",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "ApplicationSize",
"main" : "app.js" }
{ "name" : "ApplicationSize",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "ComplexObjectGraphMemoryTest",
"main" : "app.js" }
{ "name" : "ComplexObjectGraphMemoryTest",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "ControlCreationSpeedTest",
"main" : "app.js" }
{ "name" : "ControlCreationSpeedTest",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "LargeObjectArrayMemoryLeakTest",
"main" : "app.js" }
{ "name" : "LargeObjectArrayMemoryLeakTest",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "LargeObjectArrayMemoryTest",
"main" : "app.js" }
{ "name" : "LargeObjectArrayMemoryTest",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "NavigationMemoryLeakTest",
"main" : "app.js" }
{ "name" : "NavigationMemoryLeakTest",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "NavigationTest",
"main" : "app.js" }
{ "name" : "NavigationTest",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "SingleUIObjectMemoryLeakTest",
"main" : "app.js" }
{ "name" : "SingleUIObjectMemoryLeakTest",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "SpeedTests",
"main" : "app.js" }
{ "name" : "SpeedTests",
"main" : "app.js" }

View File

@@ -1,4 +1,4 @@
{
{
"name" : "Performance Tests",
"main" : "./ApplicationSize/app.js"
}

View File

@@ -1,2 +1,2 @@
{ "name" : "pickers-demo",
"main" : "app.js" }
{ "name" : "pickers-demo",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "template-hello-world",
"main" : "app.js" }
{ "name" : "template-hello-world",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "tab-view-demo",
"main" : "app.js" }
{ "name" : "tab-view-demo",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "template-blank-app",
"main" : "app.js" }
{ "name" : "template-blank-app",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "template-hello-world",
"main" : "app.js" }
{ "name" : "template-hello-world",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "template-master-detail",
"main" : "app.js" }
{ "name" : "template-master-detail",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "template-settings",
"main" : "app.js" }
{ "name" : "template-settings",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "template-tab-navigation",
"main" : "app.js" }
{ "name" : "template-tab-navigation",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "testsapp",
"main" : "app.js" }
{ "name" : "testsapp",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "Tests",
{ "name" : "Tests",
"main" : "app/app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "testsapp",
"main" : "app.js" }
{ "name" : "testsapp",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "styling",
"main" : "app.js" }
{ "name" : "styling",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "MyControl",
"main" : "MyControl.js" }
{ "name" : "MyControl",
"main" : "MyControl.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "MyControl",
"main" : "MyControl.js" }
{ "name" : "MyControl",
"main" : "MyControl.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "xml-declaration",
"main" : "app.js" }
{ "name" : "xml-declaration",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "ui-tests-app",
"main" : "app.js" }
{ "name" : "ui-tests-app",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "web-view-demo",
"main" : "app.js" }
{ "name" : "web-view-demo",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "wrap-layout-demo",
"main" : "app.js" }
{ "name" : "wrap-layout-demo",
"main" : "app.js" }

View File

@@ -1,2 +1,2 @@
{ "name" : "xml-demo",
"main" : "app.js" }
{ "name" : "xml-demo",
"main" : "app.js" }