add missing comma in bower.json

This commit is contained in:
varblob 2015-04-03 10:34:37 -04:00 committed by SheetJS
parent 704442c3a6
commit 53f7f6d944
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@
"xlsm",
"xlsb",
"ods",
"js-xls"
"js-xls",
"js-xlsx"
]
}

View File

@ -17,7 +17,7 @@
"xlsm",
"xlsb",
"ods",
"js-xls"
"js-xls",
"js-xlsx"
]
}