Fix export again.

This commit is contained in:
Peter Kaske 2022-04-22 13:00:12 +02:00
parent 654a92213d
commit 30634f7433
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ This program is available under Apache License Version 2.0
* So, if for example your route is /user/settings you need to split * So, if for example your route is /user/settings you need to split
* the path to [ 'user', 'settings' ] and feed it to the _lazyImport function. * the path to [ 'user', 'settings' ] and feed it to the _lazyImport function.
*/ */
export const LazyImports = class { export default class {
constructor(lazyMap) { constructor(lazyMap) {
this.lazyMap = lazyMap; this.lazyMap = lazyMap;
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@tp/helpers", "name": "@tp/helpers",
"version": "1.1.2", "version": "1.1.3",
"description": "", "description": "",
"main": "closest.js", "main": "closest.js",
"scripts": { "scripts": {