intl-segmenter-polyfill
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "intl-segmenter-polyfill", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "This repo builds .wasm module using icu4c for breaking text into words, so that we can polyfill [Intl Segmenter Proposal](https://github.com/tc39/proposal-intl-segmenter) with full compatibility, even on browsers that do not expose v8BreakIterator api.", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"publish": "npm run build && npm publish", | ||
"prepublish": "npm run build", | ||
"build": "tsc --outDir dist src/index.ts" | ||
@@ -14,0 +14,0 @@ }, |
1150469