We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efdb55 commit 596cea4Copy full SHA for 596cea4
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "vso-node-api",
3
"description": "Node client for Visual Studio Online/TFS REST APIs",
4
- "version": "4.1.0",
+ "version": "5.0.0",
5
"main": "./WebApi.js",
6
"typings": "./WebApi.d.ts",
7
"scripts": {
8
"build": "node make.js build",
9
"test": "node make.js test",
10
"samples": "node make.js samples"
11
- },
+ },
12
"repository": {
13
"type": "git",
14
"url": "https://github.com/Microsoft/vso-node-api"
0 commit comments