Skip to content

Commit

Permalink
npm publish 1.0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Aug 27, 2018
1 parent 83a4f3e commit 6821897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cjk-conv.d.ts
Expand Up @@ -201,6 +201,7 @@ declare module 'cjk-conv/lib/zh/table/table' {
'鬚': string[];
'揹': string[];
'捲': string[];
'卷': string[];
'巻': string[];
'苏': string[];
};
Expand Down Expand Up @@ -336,6 +337,7 @@ declare module 'cjk-conv/lib/zh/table/table' {
'樂': string[];
'薬': string[];
'劵': string[];
'貳': string[];
};
export interface ISimpleTable {
[key: string]: string;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cjk-conv",
"version": "1.0.89",
"version": "1.0.90",
"description": "convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )",
"keywords": [
"char",
Expand Down

0 comments on commit 6821897

Please sign in to comment.