From 780e49140a3452c715b8a935b2c35aadd4ecce82 Mon Sep 17 00:00:00 2001 From: Juan Mahuel Vicente Date: Fri, 12 Jun 2015 16:48:01 -0300 Subject: [PATCH] Remove "main" : "scripts/w3c-schemas.js" Remove main:scripts/w3c-schemas.js to prevent bower and wiredep to auto include this file. This file is to load modules in nodejs context but in a browser context fails, because `module` does not exists. --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index 94683b5..26b269f 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,6 @@ "Alexey Valikov" ], "description": "Jsonix mappings for W3C Schemas.", - "main": "scripts/w3c-schemas.js", "keywords" : [ "json", "xml",