From 3bc5a1f4f6287ca15f3d984c5e4aa239f6e2c6fb Mon Sep 17 00:00:00 2001 From: guybedford Date: Tue, 11 Feb 2014 17:30:08 +0200 Subject: [PATCH] cli updates --- test/config.js | 11 ++++------- test/package.json | 4 ++-- test/test.html | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/test/config.js b/test/config.js index dbdda6f..38e2022 100644 --- a/test/config.js +++ b/test/config.js @@ -1,22 +1,19 @@ -System.paths['npm:*'] = 'jspm_packages/npm/*.js'; -System.paths['github:*'] = 'jspm_packages/github/*.js'; -System.paths['registry-tests/*'] = 'tests/*.js'; System.paths['tests/*'] = 'tests/*.js'; System.map = { - 'mocha': 'npm:mocha@^1.17.1', - 'angular': 'github:angular/bower-angular@^1.2.12', 'text': 'github:systemjs/plugin-text@master', + 'angular': 'github:angular/bower-angular@^1.2.12', + 'mocha': 'npm:mocha@^1.17.1', 'npm:mocha@1.17.1': { 'css': 'github:systemjs/plugin-css@master' } }; System.versions = { + 'github:systemjs/plugin-text': 'master', 'github:angular/bower-angular': '1.2.12', 'npm:mocha': '1.17.1', - 'github:systemjs/plugin-css': 'master', - 'github:systemjs/plugin-text': 'master' + 'github:systemjs/plugin-css': 'master' }; diff --git a/test/package.json b/test/package.json index 7b83c59..0681df6 100644 --- a/test/package.json +++ b/test/package.json @@ -7,8 +7,8 @@ "configFile": "config.js", "registry": "jspm", "dependencies": { - "mocha": "^1.17.1", + "text": "master", "angular": "^1.2.12", - "text": "master" + "mocha": "^1.17.1" } } \ No newline at end of file diff --git a/test/test.html b/test/test.html index 756bd5d..8985bb4 100644 --- a/test/test.html +++ b/test/test.html @@ -1,5 +1,5 @@ - +