chore: add build badge to readme

This commit is contained in:
Dmitriy Pleshevskiy 2019-10-19 20:27:06 +03:00
parent 3209d36ee1
commit 3d3e7aa5d8
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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",