diff --git a/containers.js b/containers.js index 3812bf8..1ad7cae 100644 --- a/containers.js +++ b/containers.js @@ -175,6 +175,5 @@ module.UniqueKeyMap = object.Constructor('UniqueKeyMap', Map, { - /********************************************************************** * vim:set ts=4 sw=4 : */ return module }) diff --git a/main.js b/main.js index c43302d..641ea52 100644 --- a/main.js +++ b/main.js @@ -20,11 +20,7 @@ module.patchDate = require('./Date').patchDate // Additional types... module.containers = require('./containers') - - - -/*********************************************************************/ - +module.runner = require('./runner') diff --git a/package.json b/package.json index 65d1cb7..60d3f72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-types", - "version": "3.2.0", + "version": "3.3.0", "description": "Generic JavaScript types and type extensions...", "main": "main.js", "scripts": {