Skip to content

Commit

Permalink
add missing comma in bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
varblob authored and SheetJSDev committed Apr 3, 2015
1 parent 704442c commit 53f7f6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"xlsm",
"xlsb",
"ods",
"js-xls"
"js-xls",
"js-xlsx"
]
}
2 changes: 1 addition & 1 deletion misc/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"xlsm",
"xlsb",
"ods",
"js-xls"
"js-xls",
"js-xlsx"
]
}

0 comments on commit 53f7f6d

Please sign in to comment.