Commit 53f7f6d9 authored by varblob's avatar varblob Committed by SheetJS
Browse files

add missing comma in bower.json

No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
......@@ -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
......
......@@ -17,7 +17,7 @@
"xlsm",
"xlsb",
"ods",
"js-xls"
"js-xls",
"js-xlsx"
]
}
......@@ -17,7 +17,7 @@
"xlsm",
"xlsb",
"ods",
"js-xls"
"js-xls",
"js-xlsx"
]
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment