File tree 4 files changed +8
-8
lines changed
addon/ng2/blueprints/ng2/files 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
// https://github.com/typings/typings
3
3
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
4
4
5
- /// <reference path="<%= refToTypings %>/typings/browser .d.ts" />
5
+ /// <reference path="<%= refToTypings %>/typings/index .d.ts" />
6
6
< % if ( ! isMobile ) { % > declare var module : { id : string } ; < % } % >
Original file line number Diff line number Diff line change 1
- /// <reference path="../typings/main .d.ts" />
1
+ /// <reference path="../typings/index .d.ts" />
Original file line number Diff line number Diff line change 47
47
"ts-node" : " 0.5.5" ,
48
48
"tslint" : " 3.11.0" ,
49
49
"typescript" : " 1.8.10" ,
50
- "typings" : " 0.8 .1" <%= stylePackage %>
50
+ "typings" : " 1.3 .1" <%= stylePackage %>
51
51
}
52
52
}
Original file line number Diff line number Diff line change 1
1
{
2
- "ambientDevDependencies " : {
2
+ "globalDevDependencies " : {
3
3
"angular-protractor" : " registry:dt/angular-protractor#1.5.0+20160425143459" ,
4
- "jasmine" : " registry:dt/jasmine#2.2.0+20160412134438 " ,
4
+ "jasmine" : " registry:dt/jasmine#2.2.0+20160621224255 " ,
5
5
"selenium-webdriver" : " registry:dt/selenium-webdriver#2.44.0+20160317120654"
6
6
},
7
- "ambientDependencies " : {
8
- "es6-shim" : " registry:dt/es6-shim#0.31.2+20160317120654 " <% if (isMobile) {%>,
9
- "node" : " registry:dt/node#4 .0.0+20160509154515 " <% } %>
7
+ "globalDependencies " : {
8
+ "es6-shim" : " registry:dt/es6-shim#0.31.2+20160602141504 " <% if (isMobile) {%>,
9
+ "node" : " registry:dt/node#6 .0.0+20160709114037 " <% } %>
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments