From 53f7f6d9446ccd680c9b13992d6dcdccde49a8f6 Mon Sep 17 00:00:00 2001 From: varblob Date: Fri, 3 Apr 2015 10:34:37 -0400 Subject: [PATCH] add missing comma in bower.json --- Makefile | 1 + bower.json | 2 +- misc/_bower.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 817246f..0ae4975 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ $(TESTFMT): test_%: .PHONY: lint lint: $(TARGET) jshint --show-non-errors $(TARGET) $(AUXTARGETS) + jshint --show-non-errors package.json bower.json jscs $(TARGET) $(AUXTARGETS) .PHONY: test-osx diff --git a/bower.json b/bower.json index 3551d9a..aec35a9 100644 --- a/bower.json +++ b/bower.json @@ -17,7 +17,7 @@ "xlsm", "xlsb", "ods", - "js-xls" + "js-xls", "js-xlsx" ] } diff --git a/misc/_bower.json b/misc/_bower.json index ee37605..321df52 100644 --- a/misc/_bower.json +++ b/misc/_bower.json @@ -17,7 +17,7 @@ "xlsm", "xlsb", "ods", - "js-xls" + "js-xls", "js-xlsx" ] }