added Generator to the root module...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-05-19 16:13:08 +03:00
parent 929d8246fe
commit 1951b12c6e
2 changed files with 7 additions and 1 deletions

View File

@ -25,6 +25,12 @@ module.event = require('./event')
module.runner = require('./runner')
// Shorthands...
// NOTE: this is a generic enough type to be accessible at the root...
module.Generator = module.generator.Generator
/**********************************************************************
* vim:set ts=4 sw=4 : */ return module })

View File

@ -1,6 +1,6 @@
{
"name": "ig-types",
"version": "6.2.0",
"version": "6.2.1",
"description": "Generic JavaScript types and type extensions...",
"main": "main.js",
"scripts": {