bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-21 01:52:57 +03:00
parent 247fbee65e
commit fd2c05258a
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* *
* *
**********************************************************************/ **********************************************************************/
(typeof(define)[0]=='u'?function(f){module.exports=f(require)}:define)( ((typeof define)[0]=='u'?function(f){module.exports=f(require)}:define)(
function(require){ var module={} // makes module AMD/node compatible... function(require){ var module={} // makes module AMD/node compatible...
/*********************************************************************/ /*********************************************************************/

View File

@ -1,6 +1,6 @@
{ {
"name": "object.js", "name": "ig-object",
"version": "1.0.0", "version": "1.0.1",
"description": "", "description": "",
"main": "object.js", "main": "object.js",
"scripts": { "scripts": {