Skip to content

Commit 07a65e8

Browse files
committed
In sample projects was fixed a formatting of the package.json files
1 parent bba997a commit 07a65e8

File tree

4 files changed

+4
-4
lines changed
  • samples
    • JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4
    • JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1
    • JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1
    • JavaScriptEngineSwitcher.Sample.AspNetCore2.Mvc2

4 files changed

+4
-4
lines changed

samples/JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"gulp-uglify": "3.0.2"
1515
},
1616
"scripts": {
17-
"postinstall" : "bower install"
17+
"postinstall": "bower install"
1818
}
1919
}

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"gulp-uglify": "3.0.2"
1515
},
1616
"scripts": {
17-
"postinstall" : "bower install"
17+
"postinstall": "bower install"
1818
}
1919
}

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"gulp-uglify": "3.0.2"
1515
},
1616
"scripts": {
17-
"postinstall" : "bower install"
17+
"postinstall": "bower install"
1818
}
1919
}

samples/JavaScriptEngineSwitcher.Sample.AspNetCore2.Mvc2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"gulp-uglify": "3.0.2"
1515
},
1616
"scripts": {
17-
"postinstall" : "bower install"
17+
"postinstall": "bower install"
1818
}
1919
}

0 commit comments

Comments
 (0)