Skip to content

Commit

Permalink
fix(removed obsolete typings reference)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Larkin authored and Sean Larkin committed Jun 6, 2016
1 parent 018770d commit c2868df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addon/ng2/blueprints/ng2/files/__path__/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<title><%= jsComponentName %></title>
<base href="/">

{{#unless environment.production}}
<!-- {{#unless environment.production}}
<script src="/ember-cli-live-reload.js" type="text/javascript"></script>
{{/unless}}
{{/unless}} -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"><% if (isMobile) { %>
<meta name="apple-mobile-web-app-capable" content="yes">
Expand Down
1 change: 0 additions & 1 deletion addon/ng2/blueprints/ng2/files/__path__/typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/// <reference path="<%= refToTypings %>/typings/browser.d.ts" />
<% if(!isMobile) { %>declare var module: { id: string };<% } %>
3 changes: 1 addition & 2 deletions addon/ng2/blueprints/ng2/files/typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"selenium-webdriver": "registry:dt/selenium-webdriver#2.44.0+20160317120654"
},
"ambientDependencies": {
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654"<% if (isMobile) {%>,
"node": "registry:dt/node#4.0.0+20160509154515" <% } %>
<% if (isMobile) {%>"node": "registry:dt/node#4.0.0+20160509154515" <% } %>
}
}

0 comments on commit c2868df

Please sign in to comment.