version bump 1.3.2: reduce node module size
Addresses https://github.com/SheetJS/js-codepage/issues/4
This commit is contained in:
parent
883b83265a
commit
c5339be089
10
codepage.md
10
codepage.md
@ -712,13 +712,21 @@ describe('failures', function() {
|
||||
```json>package.json
|
||||
{
|
||||
"name": "codepage",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"author": "SheetJS",
|
||||
"description": "pure-JS library to handle codepages",
|
||||
"keywords": [ "codepage", "iconv", "convert", "strings" ],
|
||||
"bin": {
|
||||
"codepage": "./bin/codepage.njs"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"bin",
|
||||
"cptable.js",
|
||||
"cputils.js",
|
||||
"dist/cpexcel.full.js"
|
||||
],
|
||||
"main": "cputils.js",
|
||||
"dependencies": {
|
||||
"voc":"",
|
||||
|
10
package.json
10
package.json
@ -1,12 +1,20 @@
|
||||
{
|
||||
"name": "codepage",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"author": "SheetJS",
|
||||
"description": "pure-JS library to handle codepages",
|
||||
"keywords": [ "codepage", "iconv", "convert", "strings" ],
|
||||
"bin": {
|
||||
"codepage": "./bin/codepage.njs"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"bin",
|
||||
"cptable.js",
|
||||
"cputils.js",
|
||||
"dist/cpexcel.full.js"
|
||||
],
|
||||
"main": "cputils.js",
|
||||
"dependencies": {
|
||||
"voc":"",
|
||||
|
Loading…
Reference in New Issue
Block a user