nextemos 5.0.13 → 5.0.14

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.
@@ -13,7 +13,7 @@ let loadedConfig;
13
13
  try {
14
14
  // Using require to load the config file at build time
15
15
  // require will resolve the path relative to the current file
16
- loadedConfig = require(`${__dirname}/../../../nextemos-config.json`);
16
+ loadedConfig = require(`${__dirname}/../../../../nextemos-config.json`);
17
17
  }
18
18
  catch (error) {
19
19
  loadedConfig = exports.defaultConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.0.13",
3
+ "version": "5.0.14",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",