Skip to content

Commit

Permalink
fix: mark @stoplight/types as an internal pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon authored Sep 8, 2022
2 parents d0fe8f9 + 84d00f6 commit abb47f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"homepage": "https://github.com/openapi-contrib/style-guides#readme",
"dependencies": {
"@stoplight/spectral-formats": "^1.2.0",
"@stoplight/spectral-functions": "^1.6.1",
"@stoplight/types": "^13.6.0"
"@stoplight/spectral-functions": "^1.6.1"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@stoplight/types": "^13.6.0",
"@types/jest": "^28.1.6",
"jest": "^28.0",
"ts-jest": "^28.0",
Expand All @@ -43,6 +43,7 @@
"entry": ["src/ruleset.ts"],
"clean": true,
"dts": true,
"sourcemap": true
"sourcemap": true,
"noExternal": ["@stoplight/types"]
}
}

0 comments on commit abb47f2

Please sign in to comment.