From bdc38e1317a73bf5e5b609b0e640e6356c502a04 Mon Sep 17 00:00:00 2001 From: Adam Kecer Date: Thu, 11 Jun 2015 19:46:23 +0200 Subject: [PATCH] Update bower.json Include forgotten js/base.js --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 2ab3c7d..477112c 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "name": "Microsoft Corporation and other contributors", "homepage": "https://github.com/winjs/winjs/graphs/contributors" }], - "main": ["js/ui.js", "css/ui-dark.css", "fonts/Symbols.ttf"], + "main": ["js/base.js", "js/ui.js", "css/ui-dark.css", "fonts/Symbols.ttf"], "dependencies": { } -} \ No newline at end of file +}