Comparing version 0.7.3 to 0.7.4
@@ -9,3 +9,3 @@ /** | ||
var crypt = require('../../common/crypt'); | ||
var crypt = require('../common/crypt'); | ||
var sha1 = require('sha1'); | ||
@@ -12,0 +12,0 @@ var md5 = require('md5'); |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var string = require('../../common/string'); | ||
var string = require('../common/string'); | ||
@@ -13,0 +13,0 @@ /** |
@@ -9,3 +9,3 @@ 'use strict'; | ||
var utils = require('../../common/utils'); | ||
var utils = require('../common/utils'); | ||
@@ -12,0 +12,0 @@ /** |
@@ -66,3 +66,2 @@ { | ||
"browser", | ||
"common", | ||
"server", | ||
@@ -86,3 +85,3 @@ "test", | ||
"name": "febs", | ||
"version": "0.7.3" | ||
"version": "0.7.4" | ||
} |
@@ -12,3 +12,3 @@ 'use strict'; | ||
var uuidv1 = require('uuid/v1'); | ||
var crypt = require('../common/crypt'); | ||
var crypt = require('../browser/common/crypt'); | ||
@@ -15,0 +15,0 @@ /** |
@@ -9,3 +9,3 @@ 'use strict'; | ||
var string = require('../common/string'); | ||
var string = require('../browser/common/string'); | ||
@@ -12,0 +12,0 @@ /** |
@@ -9,3 +9,3 @@ 'use strict'; | ||
var utils = require('../common/utils'); | ||
var utils = require('../browser/common/utils'); | ||
@@ -12,0 +12,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1666901