Skip to content

Commit 98e3832

Browse files
committed
Updated lodash to ^4.17.5
1 parent b049e16 commit 98e3832

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# machina v4.0.1
1+
# machina v4.0.2
22

33
## What is it?
44
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.

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v4.0.2
2+
* Updated lodash to ^4.17.5
3+
14
### v4.0.1
25
* Updated express (dev dependency) to ^3.11
36

lib/machina.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/machina.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "machina",
33
"description": "A library for creating powerful and flexible finite state machines. Loosely inspired by Erlang/OTP's gen_fsm behavior.",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"homepage": "http://machina-js.org/",
66
"repository": {
77
"type": "git",
@@ -100,7 +100,7 @@
100100
"node": ">=0.4.0"
101101
},
102102
"dependencies": {
103-
"lodash": "4.x"
103+
"lodash": "^4.17.5"
104104
},
105105
"devDependencies": {
106106
"bower": "1.x",

0 commit comments

Comments
 (0)