version bump 1.11.1: add sbcs.full.js to module

fixes #14 h/t @stephenegriffin

note: library code is unchanged
This commit is contained in:
SheetJS 2018-01-04 14:54:38 -05:00
parent 16584e588b
commit b070fe0052

@ -1,6 +1,6 @@
{
"name": "codepage",
"version": "1.11.0",
"version": "1.11.1",
"author": "SheetJS",
"description": "pure-JS library to handle codepages",
"keywords": [ "codepage", "iconv", "convert", "strings" ],
@ -13,6 +13,7 @@
"bin",
"cptable.js",
"cputils.js",
"dist/sbcs.full.js",
"dist/cpexcel.full.js"
],
"main": "cputils.js",