Skip to content

Commit c7e8892

Browse files
committed
npm badge
1 parent cbcf671 commit c7e8892

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# tokenizer.js
22
[![Build Status](https://travis-ci.org/ashubham/tokenizer.js.svg?branch=master)](https://travis-ci.org/ashubham/tokenizer.js)
33
[![Coverage Status](https://coveralls.io/repos/github/ashubham/tokenizer.js/badge.svg)](https://coveralls.io/github/ashubham/tokenizer.js)
4+
[![npm version](https://badge.fury.io/js/tokenizer.js.svg)](https://badge.fury.io/js/tokenizer.js)
45

56
A modern async text tokenizer, for the modern web. [Demo](https://codepen.io/ashubham/pen/xPJMwa?editors=0100)
67

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tokenizer.js",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A modern runtime text tokenizer, for modern web.",
55
"main": "build/index.js",
66
"unpkg": "dist/tokenizer.js",

0 commit comments

Comments
 (0)