Skip to content

Commit

Permalink
Fix azure-rest-api-specs-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hohershk committed Jan 13, 2020
1 parent 30f830a commit 50cf6aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <azsdkteam@microsoft.com> (https://github.com/azure/azure-rest-api-specs)",
"version": "0.1.0",
"description": "Tests for Azure REST API Specifications",
"license": "MIT",
Expand Down Expand Up @@ -44,5 +40,10 @@
"prettier": "prettier",
"tsc": "tsc",
"multiapi": "ts-node ./scripts/multiapi.ts"
},
"dependencies": {},
"main": "index.js",
"directories": {
"test": "test"
}
}

0 comments on commit 50cf6aa

Please sign in to comment.