From 88cbf394e8283debd07c19689ac4ad97fe026d52 Mon Sep 17 00:00:00 2001 From: Gheric Speiginer Date: Fri, 2 Sep 2016 00:11:53 -0400 Subject: [PATCH] Fix testing app --- jspm.config.js | 4 ++-- test/app/example.ts | 4 ++-- test/app/index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jspm.config.js b/jspm.config.js index 14d9228..50866de 100644 --- a/jspm.config.js +++ b/jspm.config.js @@ -17,9 +17,9 @@ SystemJS.config({ "dist/src": { "defaultExtension": "js" }, - "example": { + "test": { "map": { - "argon": "dist/argon.umd.js" + "@argonjs/argon": "dist/argon.min.js" } } }, diff --git a/test/app/example.ts b/test/app/example.ts index b2a67b2..d2f25b3 100644 --- a/test/app/example.ts +++ b/test/app/example.ts @@ -1,6 +1,6 @@ -// import * as Argon from 'argon' +import * as Argon from '@argonjs/argon' // import * as Argon from '../dist/src/argon' -import * as Argon from '../src/argon' +// import * as Argon from '../../src/argon' declare const THREE: any; diff --git a/test/app/index.html b/test/app/index.html index 67e55e2..41733b3 100644 --- a/test/app/index.html +++ b/test/app/index.html @@ -10,7 +10,7 @@