@foxtware/mineral 0.1.35 → 0.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/api/utils.js +1 -0
  2. package/package.json +1 -1
package/api/utils.js CHANGED
@@ -1512,6 +1512,7 @@ const oneTrickProcessor = (
1512
1512
  },
1513
1513
  processorOptions,
1514
1514
  );
1515
+ return processor;
1515
1516
  };
1516
1517
 
1517
1518
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxtware/mineral",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "bin": {
5
5
  "mineral": "bin/mineral.js"
6
6
  },