We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcf671 commit c7e8892Copy full SHA for c7e8892
README.md
@@ -1,6 +1,7 @@
1
# tokenizer.js
2
[](https://travis-ci.org/ashubham/tokenizer.js)
3
[](https://coveralls.io/github/ashubham/tokenizer.js)
4
+[](https://badge.fury.io/js/tokenizer.js)
5
6
A modern async text tokenizer, for the modern web. [Demo](https://codepen.io/ashubham/pen/xPJMwa?editors=0100)
7
package.json
@@ -1,6 +1,6 @@
{
"name": "tokenizer.js",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "A modern runtime text tokenizer, for modern web.",
"main": "build/index.js",
"unpkg": "dist/tokenizer.js",
0 commit comments