Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
publics
js-xlsx
Commits
53f7f6d9
Commit
53f7f6d9
authored
10 years ago
by
varblob
Committed by
SheetJS
10 years ago
Browse files
Options
Download
Email Patches
Plain Diff
add missing comma in bower.json
parent
704442c3
master
0.11.5-actimo
update
v1.0
v0.8.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-0
Makefile
bower.json
+1
-1
bower.json
misc/_bower.json
+1
-1
misc/_bower.json
with
3 additions
and
2 deletions
+3
-2
Makefile
+
1
-
0
View file @
53f7f6d9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
bower.json
+
1
-
1
View file @
53f7f6d9
...
...
@@ -17,7 +17,7 @@
"xlsm"
,
"xlsb"
,
"ods"
,
"js-xls"
"js-xls"
,
"js-xlsx"
]
}
This diff is collapsed.
Click to expand it.
misc/_bower.json
+
1
-
1
View file @
53f7f6d9
...
...
@@ -17,7 +17,7 @@
"xlsm"
,
"xlsb"
,
"ods"
,
"js-xls"
"js-xls"
,
"js-xlsx"
]
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help