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 @@