Comparing version 4.0.1 to 4.0.2
@@ -0,1 +1,4 @@ | ||
### v4.0.2 | ||
* Updated lodash to ^4.17.5 | ||
### v4.0.1 | ||
@@ -2,0 +5,0 @@ * Updated express (dev dependency) to ^3.11 |
/*! | ||
* * machina - A library for creating powerful and flexible finite state machines. Loosely inspired by Erlang/OTP's gen_fsm behavior. | ||
* * Author: Jim Cowart (http://ifandelse.com) | ||
* * Version: v4.0.1 | ||
* * Version: v4.0.2 | ||
* * Url: http://machina-js.org/ | ||
@@ -6,0 +6,0 @@ * * License(s): |
{ | ||
"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/", | ||
@@ -103,3 +103,3 @@ "repository": { | ||
"dependencies": { | ||
"lodash": "4.x" | ||
"lodash": "^4.17.5" | ||
}, | ||
@@ -106,0 +106,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# machina v4.0.1 | ||
# machina v4.0.2 | ||
@@ -3,0 +3,0 @@ ## What is it? |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
233710
Updatedlodash@^4.17.5