File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
addon/ng2/blueprints/ng2/files Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22// https://github.com/typings/typings
33// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
44
5- /// <reference path="<%= refToTypings %>/typings/browser .d.ts" />
5+ /// <reference path="<%= refToTypings %>/typings/index .d.ts" />
66< % 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 4747 "ts-node" : " 0.5.5" ,
4848 "tslint" : " 3.11.0" ,
4949 "typescript" : " 1.8.10" ,
50- "typings" : " 0.8 .1" <%= stylePackage %>
50+ "typings" : " 1.3 .1" <%= stylePackage %>
5151 }
5252}
Original file line number Diff line number Diff line change 11{
2- "ambientDevDependencies " : {
2+ "globalDevDependencies " : {
33 "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 " ,
55 "selenium-webdriver" : " registry:dt/selenium-webdriver#2.44.0+20160317120654"
66 },
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 " <% } %>
1010 }
1111}
You can’t perform that action at this time.
0 commit comments