Skip to content

Commit 8bb326d

Browse files
committed
version bump 1.3.3: reduce node module size
Addresses #4
1 parent c5339be commit 8bb326d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

codepage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ describe('failures', function() {
712712
```json>package.json
713713
{
714714
"name": "codepage",
715-
"version": "1.3.2",
715+
"version": "1.3.3",
716716
"author": "SheetJS",
717717
"description": "pure-JS library to handle codepages",
718718
"keywords": [ "codepage", "iconv", "convert", "strings" ],

dist/.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cptable.js
2+
cputils.js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepage",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"author": "SheetJS",
55
"description": "pure-JS library to handle codepages",
66
"keywords": [ "codepage", "iconv", "convert", "strings" ],

0 commit comments

Comments
 (0)