From a7bb60f4615f3a01cbb5d0b5f6d50b614f0676b6 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Tue, 19 Jul 2016 11:16:34 +0200 Subject: [PATCH] updated to jspm 0.17 --- config.js | 37 --------------------------------- example/index.html | 2 +- jspm.config.js | 51 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 40 +++++++++++++++++++++++++++++++++--- 4 files changed, 89 insertions(+), 41 deletions(-) delete mode 100644 config.js create mode 100644 jspm.config.js diff --git a/config.js b/config.js deleted file mode 100644 index 0d2474a..0000000 --- a/config.js +++ /dev/null @@ -1,37 +0,0 @@ -System.config({ - baseURL: "/", - defaultJSExtensions: true, - transpiler: "babel", - babelOptions: { - "optional": [ - "runtime" - ], - "stage": 0 - }, - paths: { - "github:*": "jspm_packages/github/*", - "npm:*": "jspm_packages/npm/*" - }, - - map: { - "babel": "npm:babel-core@5.7.4", - "babel-runtime": "npm:babel-runtime@5.7.0", - "casperlamboo/EventDispatcher": "github:casperlamboo/EventDispatcher@master", - "core-js": "npm:core-js@0.9.18", - "github/fetch": "github:github/fetch@0.9.0", - "jquery": "github:components/jquery@2.1.4", - "traceur": "github:jmcriffey/bower-traceur@0.0.90", - "traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.90", - "github:jspm/nodelibs-process@0.1.1": { - "process": "npm:process@0.10.1" - }, - "npm:babel-runtime@5.7.0": { - "process": "github:jspm/nodelibs-process@0.1.1" - }, - "npm:core-js@0.9.18": { - "fs": "github:jspm/nodelibs-fs@0.1.2", - "process": "github:jspm/nodelibs-process@0.1.1", - "systemjs-json": "github:systemjs/plugin-json@0.1.0" - } - } -}); diff --git a/example/index.html b/example/index.html index 75211be..f40af86 100644 --- a/example/index.html +++ b/example/index.html @@ -4,7 +4,7 @@ Doodle3D Box - +