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

This commit is contained in:
N. Taylor Mullen 2015-03-09 12:54:27 -07:00
parent b84aafafdd
commit 7d6f78ed7a
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
_dnvmsetup_has() { _dnvmsetup_has() {
type "$1" > /dev/null 2>&1 type "$1" > /dev/null 2>&1

View File

@ -1,4 +1,4 @@
# dotnetsdk.sh # dotnetsdk.sh
# Source this file from your .bash-profile or script to use # Source this file from your .bash-profile or script to use
_dotnetsdk_has() { _dotnetsdk_has() {

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
}, },

View File

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

View File

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