Skip to content

Commit e9a3730

Browse files
author
nickpape-msft
committed
Bump version
1 parent 8b2be8f commit e9a3730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gulp-core-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build",
3-
"version": "0.11.1",
3+
"version": "0.12.1",
44
"description": "Core gulp build tasks for building typescript, html, less, etc.",
55
"repository": {
66
"type": "git",

gulp-core-build/src/logging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let globalInstance: any = global as any;
5555
const localCache: ILocalCache = globalInstance.__loggingCache = globalInstance.__loggingCache || {
5656
warnings: [],
5757
errors: [],
58-
testsRun: 0,;
58+
testsRun: 0,
5959
subTasksRun: 0,
6060
testsPassed: 0,
6161
testsFailed: 0,

0 commit comments

Comments
 (0)