tech(systemjs): minor change

This commit is contained in:
Torkel Ödegaard 2015-12-17 13:18:32 +01:00
parent 3b8e478a6a
commit 7c06b5cc22
3202 changed files with 12 additions and 12 deletions

View File

@ -28,7 +28,7 @@ import * as routes from 'app/core/routes/all';
// export * from './directives/give_focus'
// export * from './filters/filters'
import {Component} from 'vendor/jspm/angular2/core';
import {Component} from 'vendor/npm/angular2/core';
console.log(Component);
// console.log(Component);

View File

@ -1,7 +1,7 @@
///<reference path="lodash/lodash.d.ts" />
///<reference path="moment/moment.d.ts" />
///<reference path="../../vendor/jspm/angular2/typings/tsd.d.ts" />
///<reference path="../../vendor/jspm/angular2/manual_typings/globals.d.ts" />
///<reference path="../../vendor/npm/angular2/typings/tsd.d.ts" />
///<reference path="../../vendor/npm/angular2/manual_typings/globals.d.ts" />
// dummy modules
declare module 'app/core/config' {

View File

@ -34,7 +34,7 @@ System.config({
},
map: {
'vendor/jspm/angular2': 'angular2',
'vendor/npm/angular2': 'angular2',
app: 'public/app',
vendor: 'public/vendor',
},

Some files were not shown because too many files have changed in this diff Show More