forked from sheetjs/sheetjs
add missing comma in bower.json
This commit is contained in:
parent
704442c3a6
commit
53f7f6d944
1
Makefile
1
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
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user