Skip to content

Commit

Permalink
fix: move yaml types to dependencies (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbemac authored Jul 8, 2019
1 parent 5ace034 commit eba40fa
Show file tree
Hide file tree
Showing 2 changed files with 3,176 additions and 2,194 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"test.watch": "yarn test --watch"
},
"dependencies": {
"@stoplight/types": "^9.0.2",
"@stoplight/types": "^9.1.2",
"@types/js-yaml": "3.12.1",
"lodash": "^4.17.5",
"yaml-ast-parser": "~0.0.43"
},
"devDependencies": {
"@stoplight/scripts": "3.1.0",
"@types/js-yaml": "3.12.1",
"typescript": "3.5.2"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit eba40fa

Please sign in to comment.