Skip to content

Commit

Permalink
update package.json (#1041)
Browse files Browse the repository at this point in the history
* update package.json

* update test references
  • Loading branch information
amarzavery authored Mar 16, 2017
1 parent 3b0b26b commit 7533d08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lodash": "^3.10.1",
"request": "^2.61.0",
"z-schema": "^3.16.1",
"openapi-validation-tools": "azure/openapi-validation-tools#master",
"oav": "^0.1.1",
"underscore": "^1.8.3",
"js-yaml": "^3.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var _ = require('lodash'),
assert = require('assert'),
utils = require('./util/utils'),
oav = require('openapi-validation-tools');
oav = require('oav');

describe('Azure swagger model validation using x-ms-examples and examples in spec', function () {
let swaggersToProcess = utils.getFilesChangedInPR();
Expand Down
2 changes: 1 addition & 1 deletion test/semantic.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var _ = require('lodash'),
assert = require('assert'),
utils = require('./util/utils'),
oav = require('openapi-validation-tools');
oav = require('oav');

describe('Azure swagger semantic validation:', function () {
let swaggersToProcess = utils.getFilesChangedInPR();
Expand Down

0 comments on commit 7533d08

Please sign in to comment.