mirror of
https://github.com/flynx/types.js.git
synced 2025-12-19 09:51:40 +00:00
added Generator to the root module...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
929d8246fe
commit
1951b12c6e
6
main.js
6
main.js
@ -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 })
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user