Skip to content

Commit

Permalink
Updated lodash to ^4.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ifandelse committed Oct 27, 2018
1 parent b049e16 commit 98e3832
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# machina v4.0.1
# machina v4.0.2

## What is it?
Machina.js is a JavaScript framework for highly customizable finite state machines (FSMs). Many of the ideas for machina have been *loosely* inspired by the Erlang/OTP FSM behaviors.
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v4.0.2
* Updated lodash to ^4.17.5

### v4.0.1
* Updated express (dev dependency) to ^3.11

Expand Down
2 changes: 1 addition & 1 deletion lib/machina.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/machina.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "machina",
"description": "A library for creating powerful and flexible finite state machines. Loosely inspired by Erlang/OTP's gen_fsm behavior.",
"version": "4.0.1",
"version": "4.0.2",
"homepage": "http://machina-js.org/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -100,7 +100,7 @@
"node": ">=0.4.0"
},
"dependencies": {
"lodash": "4.x"
"lodash": "^4.17.5"
},
"devDependencies": {
"bower": "1.x",
Expand Down

0 comments on commit 98e3832

Please sign in to comment.