mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Remove UTF-8 BOM's from package.json files
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
{ "name" : "ApplicationLoadTimeAndFPS",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "ApplicationLoadTimeAndFPS",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "ApplicationSize",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "ApplicationSize",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "ComplexObjectGraphMemoryTest",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "ComplexObjectGraphMemoryTest",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "ControlCreationSpeedTest",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "ControlCreationSpeedTest",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "LargeObjectArrayMemoryLeakTest",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "LargeObjectArrayMemoryLeakTest",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "LargeObjectArrayMemoryTest",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "LargeObjectArrayMemoryTest",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "NavigationMemoryLeakTest",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "NavigationMemoryLeakTest",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "NavigationTest",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "NavigationTest",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "SingleUIObjectMemoryLeakTest",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "SingleUIObjectMemoryLeakTest",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "SpeedTests",
|
||||
"main" : "app.js" }
|
||||
{ "name" : "SpeedTests",
|
||||
"main" : "app.js" }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"name" : "Performance Tests",
|
||||
"main" : "./ApplicationSize/app.js"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user