added missing device module
This commit is contained in:
parent
b5c68027c4
commit
305b570cfa
1 changed files with 4 additions and 3 deletions
|
@ -21,6 +21,7 @@
|
||||||
"@angular/platform-browser": "5.2.5",
|
"@angular/platform-browser": "5.2.5",
|
||||||
"@angular/platform-browser-dynamic": "5.2.5",
|
"@angular/platform-browser-dynamic": "5.2.5",
|
||||||
"@ionic-native/core": "4.5.3",
|
"@ionic-native/core": "4.5.3",
|
||||||
|
"@ionic-native/device": "^4.5.3",
|
||||||
"@ionic-native/file": "^4.5.3",
|
"@ionic-native/file": "^4.5.3",
|
||||||
"@ionic-native/file-chooser": "^4.5.3",
|
"@ionic-native/file-chooser": "^4.5.3",
|
||||||
"@ionic-native/file-path": "^4.5.3",
|
"@ionic-native/file-path": "^4.5.3",
|
||||||
|
@ -29,6 +30,7 @@
|
||||||
"@ionic-native/status-bar": "4.5.3",
|
"@ionic-native/status-bar": "4.5.3",
|
||||||
"@ionic/storage": "2.1.3",
|
"@ionic/storage": "2.1.3",
|
||||||
"com-darryncampbell-cordova-plugin-intent": "0.0.19",
|
"com-darryncampbell-cordova-plugin-intent": "0.0.19",
|
||||||
|
"cordova-android": "~6.4.0",
|
||||||
"cordova-plugin-console": "^1.1.0",
|
"cordova-plugin-console": "^1.1.0",
|
||||||
"cordova-plugin-device": "^2.0.1",
|
"cordova-plugin-device": "^2.0.1",
|
||||||
"cordova-plugin-file": "^6.0.1",
|
"cordova-plugin-file": "^6.0.1",
|
||||||
|
@ -50,8 +52,7 @@
|
||||||
"run": "^1.4.0",
|
"run": "^1.4.0",
|
||||||
"rxjs": "5.5.6",
|
"rxjs": "5.5.6",
|
||||||
"sw-toolbox": "3.6.0",
|
"sw-toolbox": "3.6.0",
|
||||||
"zone.js": "0.8.20",
|
"zone.js": "0.8.20"
|
||||||
"cordova-android": "~6.4.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ionic/app-scripts": "3.1.8",
|
"@ionic/app-scripts": "3.1.8",
|
||||||
|
@ -79,4 +80,4 @@
|
||||||
"android"
|
"android"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue