Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oas-schemas",
"version": "2.0.0",
"description": "OpenAPI Specification JSON schemas",
"name": "oas-infra",
"version": "0.0.0",
"description": "OpenAPI Specification Automation & Infrastructure",
"author": {
"name": "OpenAPI Initiative TSC",
"email": "[email protected]",
Expand All @@ -16,11 +16,6 @@
"build": "bash ./scripts/md2html/build.sh",
"test": "c8 --100 vitest --watch=false && bash scripts/schema-test-coverage.sh"
},
"readmeFilename": "README.md",
"files": [
"README.md",
"schemas/*"
],
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"highlight.js": "^11.11.1",
Expand Down