goblinphysics
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "goblinphysics", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "3D physics engine for JavaScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/chandlerprall/GoblinPhysics", |
{ | ||
"name": "goblinphysics", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "3D physics engine for JavaScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/chandlerprall/GoblinPhysics", |
if ( typeof window !== 'undefined' ) window.Goblin = Goblin; | ||
if ( typeof self !== 'undefined' ) self.Goblin = Goblin; | ||
if ( typeof module !== 'undefined' ) module.exports = Goblin; | ||
})(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
5810446
34453