diff --git a/package.json b/package.json index fd31660d..febe4282 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "vso-node-api", "description": "Node client for Visual Studio Online/TFS REST APIs", - "version": "4.1.0", + "version": "5.0.0", "main": "./WebApi.js", "typings": "./WebApi.d.ts", "scripts": { "build": "node make.js build", "test": "node make.js test", "samples": "node make.js samples" - }, + }, "repository": { "type": "git", "url": "https://github.com/Microsoft/vso-node-api"