forked from SheetJS/sheetjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump 0.8.1: fixes to support node 4+
- codepage updated to 1.6.0 (latest) - clean up Makefile - adapted .travis.yml to support 0.8 - removed test files that drifted from baseline - removed XLSB pseudo-inverse tests due to fails in node 4+
- Loading branch information
1 parent
53f7f6d
commit 2a756ff
Showing
34 changed files
with
369 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ignore] | ||
.*/node_modules/.* | ||
.*/dist/.* | ||
.*/test.js | ||
|
||
.*/bits/.* | ||
.*/ctest/.* | ||
.*/misc/.* | ||
.*/perf/.* | ||
|
||
.*/demo/browser.js | ||
.*/shim.js | ||
|
||
[include] | ||
xlsx.js | ||
.*/bin/.*.njs | ||
.*/demo/browser.flow.js | ||
|
||
[libs] | ||
misc/flow.js | ||
misc/flowdeps.js | ||
|
||
[options] | ||
module.file_ext=.js | ||
module.file_ext=.njs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ test.js | |
.jscs.json | ||
.gitmodules | ||
.travis.yml | ||
.flowconfig | ||
bits/ | ||
odsbits/ | ||
tests/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.