mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 10:30:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
28d6285b64
commit
360b37ed88
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-types",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"description": "Generic JavaScript types and type extensions...",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
@ -12,6 +12,7 @@ var object = require('ig-object')
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
var CooperativePromise =
|
||||
module.CooperativePromise =
|
||||
Promise.cooperative =
|
||||
object.Constructor('CooperativePromise', Promise, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user