Skip to content

Commit

Permalink
Merge pull request #5 from stoplightio/develop
Browse files Browse the repository at this point in the history
SL-84 and more improvements
  • Loading branch information
Marc MacLeod committed Oct 24, 2018
2 parents daf3406 + 1ad6590 commit ba7b12e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http.ts → http.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface IHttpParam {
description?: string;
required?: boolean;
explode?: boolean;
deprecated?: object;
deprecated?: boolean;

// most of the type, params from oas2/oas3 will simply be converted to content with one '*' key
content: {
Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@stoplight/types",
"version": "1.0.1",
"version": "1.0.2",
"author": "Stoplight <support@stoplight.io>",
"license": "MIT",
"main": "./index.ts",
"main": "./index.d.ts",
"types": "./index.d.ts",
"scripts": {},
"prettier": {
"printWidth": 100,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ba7b12e

Please sign in to comment.