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" } }