@awesome-cordova-library/device
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -20,3 +20,3 @@ /** | ||
*/ | ||
static getModel(): string; | ||
static getModel(): string | undefined; | ||
/** | ||
@@ -23,0 +23,0 @@ * Get the device's operating system name. |
@@ -28,3 +28,3 @@ "use strict"; | ||
} | ||
return Device.getBrowserInfo(true); | ||
Device.getBrowserInfo(true); | ||
}; | ||
@@ -31,0 +31,0 @@ /** |
{ | ||
"name": "@awesome-cordova-library/device", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "This plugin defines a global device object, which describes the device's hardware and software. Although the object is in the global scope, it is not available until after the deviceready event.", | ||
@@ -49,3 +49,3 @@ "main": "lib/index.js", | ||
"lint": "tslint -p tsconfig.json", | ||
"repo:pre:publish": "npm run format; npm run lint; npm test; npm run build", | ||
"prepublish": "npm run format; npm run lint; npm test; npm run build", | ||
"repo:publish": "npm run build; npm publish --access public" | ||
@@ -52,0 +52,0 @@ }, |
14309