Skip to content

Commit 930f40b

Browse files
authored
Merge pull request #4452 from ralfhandl/main-package.json-description
main: package.json is only for infrastructure
2 parents e09c356 + d14327b commit 930f40b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "oas-schemas",
3-
"version": "2.0.0",
4-
"description": "OpenAPI Specification JSON schemas",
2+
"name": "oas-infra",
3+
"version": "0.0.0",
4+
"description": "OpenAPI Specification Automation & Infrastructure",
55
"author": {
66
"name": "OpenAPI Initiative TSC",
77
"email": "tsc@openapis.org",
@@ -19,11 +19,6 @@
1919
"format-markdown": "bash ./scripts/format-markdown.sh ./src/oas.md",
2020
"validate-markdown": "npx mdv src/oas.md && npx markdownlint-cli src/oas.md"
2121
},
22-
"readmeFilename": "README.md",
23-
"files": [
24-
"README.md",
25-
"schemas/*"
26-
],
2722
"dependencies": {
2823
"cheerio": "^1.0.0-rc.5",
2924
"highlight.js": "^11.11.1",

0 commit comments

Comments
 (0)