Skip to content

Commit c2868df

Browse files
Sean LarkinSean Larkin
Sean Larkin
authored and
Sean Larkin
committed
fix(removed obsolete typings reference)
1 parent 018770d commit c2868df

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

addon/ng2/blueprints/ng2/files/__path__/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<title><%= jsComponentName %></title>
66
<base href="/">
77

8-
{{#unless environment.production}}
8+
<!-- {{#unless environment.production}}
99
<script src="/ember-cli-live-reload.js" type="text/javascript"></script>
10-
{{/unless}}
10+
{{/unless}} -->
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<link rel="icon" type="image/x-icon" href="favicon.ico"><% if (isMobile) { %>
1313
<meta name="apple-mobile-web-app-capable" content="yes">
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/// <reference path="<%= refToTypings %>/typings/browser.d.ts" />
21
<% if(!isMobile) { %>declare var module: { id: string };<% } %>

addon/ng2/blueprints/ng2/files/typings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"selenium-webdriver": "registry:dt/selenium-webdriver#2.44.0+20160317120654"
66
},
77
"ambientDependencies": {
8-
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654"<% if (isMobile) {%>,
9-
"node": "registry:dt/node#4.0.0+20160509154515" <% } %>
8+
<% if (isMobile) {%>"node": "registry:dt/node#4.0.0+20160509154515" <% } %>
109
}
1110
}

0 commit comments

Comments
 (0)