@marijn/find-cluster-break
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@marijn/find-cluster-break", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
"description": "Find the position of grapheme cluster breaks in a string", | ||
"main": "src/index.js", | ||
"exports": { | ||
"import": "./src/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"scripts": { | ||
"test": "mocha test/*.js" | ||
"test": "mocha test/*.js", | ||
"prepare": "rollup -c" | ||
}, | ||
@@ -14,3 +19,8 @@ "repository": { | ||
}, | ||
"keywords": ["unicode", "grapheme", "cluster", "break"], | ||
"keywords": [ | ||
"unicode", | ||
"grapheme", | ||
"cluster", | ||
"break" | ||
], | ||
"author": "Marijn Haverbeke <marijn@haverbeke.berlin>", | ||
@@ -23,4 +33,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"mocha": "^10.7.3" | ||
"mocha": "^10.7.3", | ||
"rollup": "^4.28.1" | ||
} | ||
} |
9347
8
130
2