Comparing version 1.0.0 to 1.0.1
@@ -7,3 +7,4 @@ /** | ||
export { default as jpConvert, zh2jp, jp2zht, jp2zhs, cjk2zht, cjk2zhs, cjk2jp } from './jp/index'; | ||
export { default as novelFilename } from './novel/filename'; | ||
import * as cjkConv from './index'; | ||
export default cjkConv; |
@@ -20,3 +20,5 @@ "use strict"; | ||
exports.cjk2jp = index_3.cjk2jp; | ||
var filename_1 = require("./novel/filename"); | ||
exports.novelFilename = filename_1.default; | ||
const cjkConv = require("./index"); | ||
exports.default = cjkConv; |
@@ -9,3 +9,5 @@ /** | ||
export { default as novelFilename } from './novel/filename'; | ||
import * as cjkConv from './index'; | ||
export default cjkConv; |
{ | ||
"name": "cjk-conv", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
428045
37
37590