version bump 1.3.3: reduce node module size

Addresses https://github.com/SheetJS/js-codepage/issues/4
This commit is contained in:
SheetJS 2014-07-04 13:43:56 -04:00
parent c5339be089
commit 8bb326d632
3 changed files with 4 additions and 2 deletions

@ -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

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