Remove BOM from project.json, *.cmd, *.sh and *.shade files.

This commit is contained in:
N. Taylor Mullen 2015-03-09 12:52:44 -07:00
parent 2e33c7589c
commit c746f2beb7
15 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
@echo off
@echo off
cd %~dp0
SETLOCAL

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild

View File

@ -1,4 +1,4 @@
{
{
"webroot": "wwwroot",
"exclude": "wwwroot/**/*.*",
"dependencies": {

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"webroot" : "wwwroot",
"exclude": "wwwroot/**/*.*",
"dependencies": {

View File

@ -1,4 +1,4 @@
{
{
"webroot": "wwwroot",
"version": "1.0.0-*",
"exclude": [

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Diagnostics": "",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Diagnostics": "1.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"version": "7.0.0-*",
"description": "ASP.NET 5 Middleware for Entity Framework error pages.",
"compilationOptions": {

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"description": "ASP.NET 5 diagnostics middleware interfaces.",
"compilationOptions": { "warningsAsErrors": true },

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"description": "ASP.NET 5 Middleware for error handling, error pages, and diagnostics information.",
"dependencies": {

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"EntityFramework.SqlServer": "7.0.0-*",
"Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"EntityFramework.InMemory": "7.0.0-*",
"Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},