diff --git a/features.js b/features.js index 73c31af..354ec91 100755 --- a/features.js +++ b/features.js @@ -84,9 +84,7 @@ var FeatureProto = module.FeatureProto = { tag: null, - isApplicable: function(actions){ - return true - }, + isApplicable: function(actions){ return true }, getPriority: function(){ var res = this.priority || 0 diff --git a/package.json b/package.json index 7120622..45833bd 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-features", - "version": "3.0.0", + "version": "3.0.1", "description": "", "main": "features.js", "scripts": {