version bump 1.3.3: reduce node module size
Addresses https://github.com/SheetJS/js-codepage/issues/4
This commit is contained in:
parent
c5339be089
commit
8bb326d632
@ -712,7 +712,7 @@ describe('failures', function() {
|
||||
```json>package.json
|
||||
{
|
||||
"name": "codepage",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"author": "SheetJS",
|
||||
"description": "pure-JS library to handle codepages",
|
||||
"keywords": [ "codepage", "iconv", "convert", "strings" ],
|
||||
|
2
dist/.npmignore
vendored
Normal file
2
dist/.npmignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
cptable.js
|
||||
cputils.js
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "codepage",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"author": "SheetJS",
|
||||
"description": "pure-JS library to handle codepages",
|
||||
"keywords": [ "codepage", "iconv", "convert", "strings" ],
|
||||
|
Loading…
Reference in New Issue
Block a user