mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
fix lint issues
This commit is contained in:
2
index.js
2
index.js
@@ -1,6 +1,8 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const SchemaPack = require('./lib/schemapack.js').SchemaPack,
|
const SchemaPack = require('./lib/schemapack.js').SchemaPack,
|
||||||
|
async = require('async'),
|
||||||
|
parse = require('./lib/parse.js'),
|
||||||
|
|
||||||
// options for oas-resolver
|
// options for oas-resolver
|
||||||
OasResolverOptions = {
|
OasResolverOptions = {
|
||||||
|
|||||||
@@ -117,6 +117,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ajv": "6.10.2",
|
"ajv": "6.10.2",
|
||||||
|
"async": "3.1.0",
|
||||||
"commander": "2.3.0",
|
"commander": "2.3.0",
|
||||||
"js-yaml": "3.13.1",
|
"js-yaml": "3.13.1",
|
||||||
"lodash": "4.17.13",
|
"lodash": "4.17.13",
|
||||||
|
|||||||
Reference in New Issue
Block a user