@sprucelabs/globby 0.0.2 → 0.0.5

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.
@@ -1,2 +1,2 @@
1
- import globby from 'globbyUtil';
1
+ import globby from './globbyUtil';
2
2
  export default globby;
@@ -1,2 +1,2 @@
1
- import globby from 'globbyUtil';
1
+ import globby from './globbyUtil.js';
2
2
  export default globby;
package/build/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import globby from 'globbyUtil';
1
+ import globby from './globbyUtil';
2
2
  export default globby;
package/build/index.js CHANGED
@@ -3,5 +3,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const globbyUtil_1 = __importDefault(require("globbyUtil"));
6
+ const globbyUtil_1 = __importDefault(require("./globbyUtil"));
7
7
  exports.default = globbyUtil_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sprucelabs/globby",
3
- "version": "0.0.2",
3
+ "version": "0.0.5",
4
4
  "skill": {
5
5
  "namespace": "globby",
6
6
  "upgradeIgnoreList": [