Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit 56359fb

Browse files
webmaxrujeffbcross
authored andcommitted
Path to icons fixed (#35)
* Path to icons fixed * ambient renamed to global for Typings 1.x * path fix for Typings 1.x
1 parent 3af26c7 commit 56359fb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

hello-mobile/src/manifest.webapp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@
33
"short_name": "Hello Mobile",
44
"icons": [
55
{
6-
"src": "/android-chrome-36x36.png",
6+
"src": "/icons/android-chrome-36x36.png",
77
"sizes": "36x36",
88
"type": "image/png",
99
"density": 0.75
1010
},
1111
{
12-
"src": "/android-chrome-48x48.png",
12+
"src": "/icons/android-chrome-48x48.png",
1313
"sizes": "48x48",
1414
"type": "image/png",
1515
"density": 1
1616
},
1717
{
18-
"src": "/android-chrome-72x72.png",
18+
"src": "/icons/android-chrome-72x72.png",
1919
"sizes": "72x72",
2020
"type": "image/png",
2121
"density": 1.5
2222
},
2323
{
24-
"src": "/android-chrome-96x96.png",
24+
"src": "/icons/android-chrome-96x96.png",
2525
"sizes": "96x96",
2626
"type": "image/png",
2727
"density": 2
2828
},
2929
{
30-
"src": "/android-chrome-144x144.png",
30+
"src": "/icons/android-chrome-144x144.png",
3131
"sizes": "144x144",
3232
"type": "image/png",
3333
"density": 3
3434
},
3535
{
36-
"src": "/android-chrome-192x192.png",
36+
"src": "/icons/android-chrome-192x192.png",
3737
"sizes": "192x192",
3838
"type": "image/png",
3939
"density": 4

hello-mobile/src/typings.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/// <reference path="../typings/browser.d.ts" />
1+
/// <reference path="../typings/index.d.ts" />
22

hello-mobile/typings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"ambientDevDependencies": {
2+
"globalDevDependencies": {
33
"angular-protractor": "registry:dt/angular-protractor#1.5.0+20160425143459",
44
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438",
55
"selenium-webdriver": "registry:dt/selenium-webdriver#2.44.0+20160317120654"
66
},
7-
"ambientDependencies": {
7+
"globalDependencies": {
88
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654",
99
"node": "registry:dt/node#4.0.0+20160509154515"
1010
}

0 commit comments

Comments
 (0)