From ab5067ba465c2d220ab2df243852ed803c30e0d0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 9 Nov 2020 06:25:05 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- main.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 641ea52..c7b8838 100644 --- a/main.js +++ b/main.js @@ -21,6 +21,7 @@ module.patchDate = require('./Date').patchDate // Additional types... module.containers = require('./containers') module.runner = require('./runner') +module.Generator = require('./Generator') diff --git a/package.json b/package.json index c081974..834ab88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-types", - "version": "3.4.0", + "version": "3.4.1", "description": "Generic JavaScript types and type extensions...", "main": "main.js", "scripts": {