From 50cf6aa025205e9a11b51a190427efc2c50d04dc Mon Sep 17 00:00:00 2001 From: Hodaya Date: Mon, 13 Jan 2020 10:30:53 +0200 Subject: [PATCH] Fix azure-rest-api-specs-tests --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 682934dbd6ed..0a4f9a07666e 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,7 @@ { "name": "azure-rest-api-specs-tests", "private": true, - "author": { - "name": "Microsoft Corporation", - "email": "azsdkteam@microsoft.com", - "url": "https://github.com/azure/azure-rest-api-specs" - }, + "author": "Microsoft Corporation (https://github.com/azure/azure-rest-api-specs)", "version": "0.1.0", "description": "Tests for Azure REST API Specifications", "license": "MIT", @@ -44,5 +40,10 @@ "prettier": "prettier", "tsc": "tsc", "multiapi": "ts-node ./scripts/multiapi.ts" + }, + "dependencies": {}, + "main": "index.js", + "directories": { + "test": "test" } }