From 647fb577ce4db6e5f4133fbb937f73f1e4e8db2d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 18 Jan 2017 23:09:12 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 291dd8e..f437cad 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-features", - "version": "2.2.1", + "version": "2.2.2", "description": "", "main": "features.js", "scripts": { @@ -24,6 +24,6 @@ "homepage": "https://github.com/flynx/features.js#readme", "dependencies": { "ig-object": "^1.0.0", - "ig-actions": "^2.0.0" + "ig-actions": "^3.0.0" } }