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": {