From 35350e22bfc9ff2e9e7f897092e0b17ea7edb628 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 22 Jun 2017 16:22:30 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- features.js | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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": {