Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
version bump 0.3.7: XLS 0.7.0, XLSX 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SheetJSDev committed Jun 29, 2014
1 parent e297273 commit 26c7df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion multiformat.lst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ number_format .xls .xlsb .xlsm .xls.xml .xlsb.xml .xlsm.xml
pivot_table_named_range .xls .xlsb .xlsx .xml
pivot_table_test .xls .xlsb .xlsm
rich_text_stress .xls .xlsb .xlsx .xls.xml .xlsb.xml .xlsx.xml
sushi .xls .xlsb .xml
sushi .xls .xlsb .xlsx .xml
text_and_numbers .xls .xlsb .xlsx .xml
xlsx-stream-d-date-cell .xls .xlsb .xlsx .xls.xml .xlsb.xml .xlsx.xml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "j",
"version": "0.3.6",
"version": "0.3.7",
"author": "sheetjs",
"description": "CLI tool for working with XLS/XLSX/XLSM/XLSB files",
"keywords": [ "excel", "xls", "xlsx", "xlsm", "xlsb", "office", "spreadsheet" ],
Expand All @@ -10,7 +10,7 @@
"main": "./j",
"dependencies": {
"xlsjs": "~0.7.0",
"xlsx": "~0.7.6",
"xlsx": "~0.7.7",
"commander":""
},
"devDependencies": {
Expand Down

0 comments on commit 26c7df7

Please sign in to comment.