Skip to content

Commit 8bc8da4

Browse files
committedJan 16, 2016
version bump 1.4.0
- avoid modifying buffer length (breaks in node 4.x 5.x) h/t @khankuan @zetxx @mikkeloscar - updated dist and tests (h/t @bryannaegele) - corrected code pages 5022*
1 parent 2a65416 commit 8bc8da4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+177
-246
lines changed
 

‎LICENSE

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2013-2014 SheetJS
1+
Copyright (C) 2013-present SheetJS
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
@@ -11,3 +11,4 @@ Copyright (C) 2013-2014 SheetJS
1111
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
1313
limitations under the License.
14+

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ init:
1717

1818
.PHONY: clean
1919
clean:
20-
rm -f make.sh .vocrc *.csv bits/*.js
20+
rm -f make.sh .vocrc pages.csv bits/*.js
2121

2222
.PHONY: test mocha
2323
test mocha: test.js

0 commit comments

Comments
 (0)
Please sign in to comment.