From c91723c94bc5f02eb97cdcea9b6caa9e1021cb3e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 2 Jul 2017 19:51:13 +0300 Subject: [PATCH] updated dependencies... Signed-off-by: Alex A. Naanou --- features.js | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/features.js b/features.js index 6c54799..45f8414 100755 --- a/features.js +++ b/features.js @@ -903,6 +903,7 @@ var FeatureSetProto = { // .features format: // { // // the current feature set object... + // // XXX not sure about this -- revise... // FeatureSet: feature-set, // // // list of features not applicable in current context... diff --git a/package.json b/package.json index 19f7a86..a1ce8ed 100755 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/flynx/features.js#readme", "dependencies": { - "ig-object": "^1.0.0", - "ig-actions": "^3.0.0" + "ig-actions": "^3.2.4", + "ig-object": "^1.0.0" } }