chore: add build badge to readme
This commit is contained in:
parent
3209d36ee1
commit
3d3e7aa5d8
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
Simple finite state machine
|
||||
|
||||
[![Build Status](https://travis-ci.com/icetemple/npm-it-fsm.svg?branch=master)](https://travis-ci.com/icetemple/npm-it-fsm)
|
||||
|
||||
|
||||
### Installation
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "it-fsm",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "Simple finite state machine for nodejs",
|
||||
"main": "./src/index.js",
|
||||
"types": "./src/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue