Skip to content

Commit

Permalink
chore: revert other changes that may have broken image build
Browse files Browse the repository at this point in the history
Trying to get back to a known good baseline.
  • Loading branch information
cmars committed Dec 16, 2021
1 parent 973955d commit 0bb8ee7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"chai": "^4.3.4",
"change-case": "^4.1.2",
"fs-extra": "^10.0.0",
"json-schema": "0.4.0",
"nice-try": "^3.0.0",
"yargs": "^17.3.0"
},
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env node

import { makeCiCli } from "@useoptic/api-checks/build/ci-cli/make-cli";
import { newSnykApiCheckService } from "./service";

Expand Down
6 changes: 1 addition & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,7 @@
ajv-errors "~3.0.0"
ajv-formats "~2.1.0"
blueimp-md5 "2.18.0"
json-schema "0.3.0"
jsonpath-plus "6.0.1"
lodash "~4.17.21"
lodash.topath "^4.5.2"
Expand Down Expand Up @@ -4203,11 +4204,6 @@ json-schema-traverse@^1.0.0:
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==

json-schema@0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==

json-stable-stringify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
Expand Down

0 comments on commit 0bb8ee7

Please sign in to comment.