updated dependencies...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-07-02 19:51:13 +03:00
parent 91af35d72c
commit c91723c94b
2 changed files with 3 additions and 2 deletions

View File

@ -903,6 +903,7 @@ var FeatureSetProto = {
// .features format: // .features format:
// { // {
// // the current feature set object... // // the current feature set object...
// // XXX not sure about this -- revise...
// FeatureSet: feature-set, // FeatureSet: feature-set,
// //
// // list of features not applicable in current context... // // list of features not applicable in current context...

View File

@ -23,7 +23,7 @@
}, },
"homepage": "https://github.com/flynx/features.js#readme", "homepage": "https://github.com/flynx/features.js#readme",
"dependencies": { "dependencies": {
"ig-object": "^1.0.0", "ig-actions": "^3.2.4",
"ig-actions": "^3.0.0" "ig-object": "^1.0.0"
} }
} }