nativescript-uber
Advanced tools
Comparing version 1.2.7 to 1.2.8
{ | ||
"name": "nativescript-uber", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Integration of rides-ios-sdk for Nativescript", | ||
@@ -39,5 +39,6 @@ "main": "uber-view", | ||
"devDependencies": { | ||
"tns-core-modules": "^1.5.1", | ||
"tns-core-modules": "^3.0.0", | ||
"tns-platform-declarations": "^3.0.1", | ||
"typescript": "^1.8.0" | ||
} | ||
} |
@@ -1,9 +0,4 @@ | ||
declare module "nativescript-google-maps-sdk" { | ||
import { View } from "ui/core/view"; | ||
export class UberView { | ||
export class MapView extends View { | ||
public latitude: number; | ||
public longitude: number; | ||
} | ||
} | ||
} |
13110
13
65
3