freedom-for-node
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -13,3 +13,4 @@ /*jslint indent:2,white:true,sloppy:true,node:true */ | ||
fileInfo.FILES.src.forEach(function(dir) { | ||
fileInfo.FILES.srcCore.concat( | ||
fileInfo.FILES.srcPlatform).forEach(function(dir) { | ||
glob.sync(fileInfo.baseName + '/' + dir).forEach(function(file) { | ||
@@ -16,0 +17,0 @@ require(file); |
{ | ||
"name": "freedom-for-node", | ||
"description": "Embracing a distributed web", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"homepage": "http://freedomjs.org", | ||
@@ -21,3 +21,3 @@ "bugs": { | ||
"dependencies": { | ||
"freedom": "~0.4.7", | ||
"freedom": "~0.4.9", | ||
"es6-promise": "~0.1.1", | ||
@@ -31,4 +31,4 @@ "json-store": "0.0.1", | ||
"peerDependencies": { | ||
"freedom": "~0.4.7" | ||
"freedom": "~0.4.9" | ||
} | ||
} |
/*globals require,fdom:true*/ | ||
/*jslint indent:2,white:true,sloppy:true */ | ||
/*jslint indent:2,white:true,sloppy:true,node:true,nomen:true */ | ||
@@ -9,3 +9,3 @@ /** | ||
var Storage_node = function(channel, dispatch) { | ||
this.store = require('json-store')('freedomjs-storage.json'); | ||
this.store = require('json-store')(__dirname + '/freedomjs-storage.json'); | ||
this.dispatchEvents = dispatch; | ||
@@ -12,0 +12,0 @@ this.channel = channel; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30013
585
Updatedfreedom@~0.4.9