From 3bab3a2e00bb31c8a6459f4dfea48c20ea711155 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 21 Aug 2016 01:56:00 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- features.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features.js b/features.js index 74b711a..89091b8 100755 --- a/features.js +++ b/features.js @@ -8,7 +8,7 @@ function(require){ var module={} // makes module AMD/node compatible... /*********************************************************************/ var object = require('ig-object') -var actions = require('actions') +var actions = require('./actions') diff --git a/package.json b/package.json index 420d02a..3d5fb80 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-features", - "version": "1.0.2", + "version": "1.0.3", "description": "", "main": "features.js", "scripts": {