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" : "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" }