Skip to content

Commit 0122c22

Browse files
committed
Merge pull request #530 from kogosoftwarellc/adding-schema.json-as-main-file
Adding schema.json as main file for bower and npm.
2 parents d75b402 + 5b74e6a commit 0122c22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

schemas/v2.0/bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"authors": [
66
"''"
77
],
8+
"main": "./schema.json",
89
"description": "Swagger JSON Schema",
910
"keywords": [
1011
"swagger",

schemas/v2.0/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"api"
1212
],
1313
"author": "",
14+
"main": "./schema.json",
1415
"license": "Apache-2.0"
1516
}

0 commit comments

Comments
 (0)