From 5b74e6a4661c4e5822a01358421f4660ad1e7176 Mon Sep 17 00:00:00 2001 From: jsdevel Date: Mon, 4 Jan 2016 23:27:37 -0700 Subject: [PATCH] Adding schema.json as main file for bower and npm. --- schemas/v2.0/bower.json | 1 + schemas/v2.0/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/schemas/v2.0/bower.json b/schemas/v2.0/bower.json index b1059db010..1049d27104 100644 --- a/schemas/v2.0/bower.json +++ b/schemas/v2.0/bower.json @@ -5,6 +5,7 @@ "authors": [ "''" ], + "main": "./schema.json", "description": "Swagger JSON Schema", "keywords": [ "swagger", diff --git a/schemas/v2.0/package.json b/schemas/v2.0/package.json index 113a95fc40..2c9d724182 100644 --- a/schemas/v2.0/package.json +++ b/schemas/v2.0/package.json @@ -11,5 +11,6 @@ "api" ], "author": "", + "main": "./schema.json", "license": "Apache-2.0" }