Skip to content

Commit 5b1b1c3

Browse files
vladislav-ryzhovVladislav Ryzhov
andauthored
[GruntV0][GulpV0][NodeToolV0] Update task lib (#14897)
* Updated task-lib in Grunt task * Updated task-lib in Gulp task * Updated task-lib in NodeToolV0 task * Update task.json * Update task.loc.json * Update task.json * Update task.json * Update task.loc.json * Update task.loc.json Co-authored-by: Vladislav Ryzhov <[email protected]>
1 parent ebb1346 commit 5b1b1c3

File tree

12 files changed

+178
-94
lines changed

12 files changed

+178
-94
lines changed

Tasks/GruntV0/package-lock.json

Lines changed: 71 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/GruntV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"dependencies": {
20-
"azure-pipelines-task-lib": "^3.0.6-preview.0",
20+
"azure-pipelines-task-lib": "^3.1.2",
2121
"minimatch": "^3.0.4",
2222
"@types/node": "^10.17.0",
2323
"@types/mocha": "^5.2.7"

Tasks/GruntV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 0,
19-
"Minor": 182,
19+
"Minor": 189,
2020
"Patch": 0
2121
},
2222
"demands": [
@@ -171,4 +171,4 @@
171171
"NpmFailed": "Npm failed with error: %s",
172172
"IstanbulFailed": "Istanbul failed with error: %s"
173173
}
174-
}
174+
}

Tasks/GruntV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 0,
19-
"Minor": 182,
19+
"Minor": 189,
2020
"Patch": 0
2121
},
2222
"demands": [
@@ -171,4 +171,4 @@
171171
"NpmFailed": "ms-resource:loc.messages.NpmFailed",
172172
"IstanbulFailed": "ms-resource:loc.messages.IstanbulFailed"
173173
}
174-
}
174+
}

0 commit comments

Comments
 (0)