From 38a3c312e24278cb7d558821e538c150a89a4817 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Fri, 19 Aug 2016 14:09:25 +0200 Subject: [PATCH] remove event dispatcher --- jspm.config.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/jspm.config.js b/jspm.config.js index b319e1d..7331673 100644 --- a/jspm.config.js +++ b/jspm.config.js @@ -47,7 +47,6 @@ SystemJS.config({ "github:*/*.json" ], map: { - "EventDispatcher": "github:mrdoob/eventdispatcher.js@1.0.0", "json": "github:systemjs/plugin-json@0.1.2", "Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master", "three.js": "github:mrdoob/three.js@r72" diff --git a/package.json b/package.json index b19c014..130684f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ }, "dependencies": { "Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master", - "EventDispatcher": "github:mrdoob/eventdispatcher.js@^1.0.0", "json": "github:systemjs/plugin-json@^0.1.2", "three.js": "github:mrdoob/three.js@r72" },