Skip to content

Commit b070fe0

Browse files
committed
version bump 1.11.1: add sbcs.full.js to module
fixes #14 h/t @stephenegriffin note: library code is unchanged
1 parent 16584e5 commit b070fe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepage",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"author": "SheetJS",
55
"description": "pure-JS library to handle codepages",
66
"keywords": [ "codepage", "iconv", "convert", "strings" ],
@@ -13,6 +13,7 @@
1313
"bin",
1414
"cptable.js",
1515
"cputils.js",
16+
"dist/sbcs.full.js",
1617
"dist/cpexcel.full.js"
1718
],
1819
"main": "cputils.js",

0 commit comments

Comments
 (0)