version bump 1.3.2: reduce node module size

Addresses https://github.com/SheetJS/js-codepage/issues/4
This commit is contained in:
SheetJS 2014-07-04 12:58:28 -04:00
parent 883b83265a
commit c5339be089
2 changed files with 18 additions and 2 deletions

@ -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":"",

@ -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":"",