Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,4 @@ | ||
### v4.0.1 | ||
* Updated express (dev dependency) to ^3.11 | ||
### v4.0.0 | ||
@@ -2,0 +5,0 @@ * Updated lodash to 4.x (made this a major bump due to impact on client side bundling scenarios that still used lodash 3.x) |
/*! | ||
* * 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.0 | ||
* * Version: v4.0.1 | ||
* * 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.0", | ||
"version": "4.0.1", | ||
"homepage": "http://machina-js.org/", | ||
@@ -107,3 +107,3 @@ "repository": { | ||
"bower": "1.x", | ||
"express": "~3.4.7", | ||
"express": "^3.11.0", | ||
"gulp": "~3.9.0", | ||
@@ -110,0 +110,0 @@ "gulp-changed": "^1.2.1", |
@@ -1,2 +0,2 @@ | ||
# machina v4.0.0 | ||
# machina v4.0.1 | ||
@@ -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
233666