cerebral-module-fuse
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -33,5 +33,5 @@ 'use strict'; | ||
module.addServices({ | ||
fuse: (0, _compute2.default)([module.name]) | ||
fuse: (0, _compute2.default)(module.name.split('.')) | ||
}); | ||
}; | ||
}; |
{ | ||
"name": "cerebral-module-fuse", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A cerebral module that adds fuzzy search to data in store", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# cerebral-module-fuse | ||
> This module is currently a work in progress | ||
A cerebral module that adds fuzzy search to data in the store. | ||
@@ -6,0 +4,0 @@ |
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
7063
75