Skip to content

Commit

Permalink
update for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Faleij committed Sep 2, 2016
1 parent eb21dc9 commit e87f52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NPM version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![License][license-image]](LICENSE) [![Gratipay][gratipay-image]][gratipay-url]

This is a rewritten version of [promise-state-machine](https://github.com/patbenatar/promise-state-machine) but with no dependencies; not bluebird - just native ES6, [DOT](https://en.wikipedia.org/wiki/DOT_(graph_description_language) data generation support for use with [Graphvis](http://www.graphviz.org/) or [vis.js](https://mdaines.github.io/viz.js/), to generate a visual representation of your state machine.
This is a rewritten version of [promise-state-machine](https://github.com/patbenatar/promise-state-machine) but with no dependencies; not bluebird - just native ES6, [DOT](https://en.wikipedia.org/wiki/DOT_(graph_description_language)) data generation support for use with [Graphvis](http://www.graphviz.org/) or [vis.js](https://mdaines.github.io/viz.js/), to generate a visual representation of your state machine.

## Installation
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "promise-state-machine-es6",
"description": "An event-driven finite state machine backed by Promises",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"state machine",
"finite state machine",
Expand Down

0 comments on commit e87f52b

Please sign in to comment.