Skip to content

Commit

Permalink
Add @Redocly dependency to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed Dec 5, 2024
1 parent 526eee9 commit e65d6a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/snippets/core/build.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ async function main() {
repository: packageJson.repository,
main: "index.cjs",
types: "index.d.ts",
files: ["index.cjs", "index.d.ts"]
files: ["index.cjs", "index.d.ts"],
dependencies: {
'@redocly/openapi-core': '^1.4.1',
}
},
undefined,
2
Expand Down

0 comments on commit e65d6a4

Please sign in to comment.