cli updates
This commit is contained in:
+4
-7
@@ -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'
|
||||
};
|
||||
|
||||
|
||||
+2
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<script src="jspm_packages/system@0.4.1.js"></script>
|
||||
<script src="jspm_packages/system@0.4.js"></script>
|
||||
<script src="config.js"></script>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user