Skip to content

Commit

Permalink
feat: support list of then objects for single rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc MacLeod committed Dec 11, 2018
1 parent 939f799 commit ba8a683
Show file tree
Hide file tree
Showing 16 changed files with 1,352 additions and 1,573 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@stoplight/spectral",
"version": "0.0.0",
"description": "A flexible object linter with out of the box OpenAPI v2 and v3 support.",
"description": "A flexible object linter with out of the box support for OpenAPI v2 and v3.",
"keywords": [
"json linter",
"linter",
Expand Down Expand Up @@ -50,10 +50,10 @@
"should": "13.2.x"
},
"devDependencies": {
"@stoplight/scripts": "3.0.2",
"@stoplight/scripts": "3.1.0",
"@types/jsonpath": "0.2.x",
"@types/lodash": "4.x.x",
"typescript": "3.2.1"
"typescript": "3.2.2"
},
"lint-staged": {
"*.{ts,tsx}$": [
Expand Down

0 comments on commit ba8a683

Please sign in to comment.