transliteration
Advanced tools
Comparing version 2.3.4 to 2.3.5
import { SlugifyFunction, TransliterateFunction } from '../types'; | ||
export declare const transliterate: TransliterateFunction; | ||
export declare const slugify: SlugifyFunction; | ||
"export * from '../types';" | ||
export * from '../types'; |
{ | ||
"name": "transliteration", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Unicode to ACSII transliteration / slugify module for node.js, browser, Web Worker, ReactNative and CLI.", | ||
@@ -23,3 +23,3 @@ "main": "dist/node/src/node/index.js", | ||
"build": "rollup -c rollup.config.js && rimraf .rpt2_cache && tsc", | ||
"postbuild": "echo \"export * from '../types';\" >> dist/node/src/node/index.d.ts", | ||
"postbuild": "(ver && (echo export * from '../types';>> dist/node/src/node/index.d.ts)) || (echo \"export * from '../types';\">> dist/node/src/node/index.d.ts)", | ||
"coverage": "nyc npm test", | ||
@@ -26,0 +26,0 @@ "coveralls": "nyc npm test && nyc report -r=text-lcov | coveralls", |
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
1591470