refractor(googlemap): googlemaps.ts to googlemap.ts

This commit is contained in:
Ibby 2016-10-27 07:17:14 -04:00
parent 0388ac3f6b
commit 48e5d46f1e
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ import { Geofence } from './plugins/geofence';
import { Geolocation } from './plugins/geolocation';
import { Globalization } from './plugins/globalization';
import { GooglePlus } from './plugins/google-plus';
import { GoogleMap } from './plugins/googlemaps';
import { GoogleMap } from './plugins/googlemap';
import { GoogleAnalytics } from './plugins/googleanalytics';
import { Hotspot } from './plugins/hotspot';
import { HTTP } from './plugins/http';
@ -161,7 +161,7 @@ export * from './plugins/geolocation';
export * from './plugins/globalization';
export * from './plugins/google-plus';
export * from './plugins/googleanalytics';
export * from './plugins/googlemaps';
export * from './plugins/googlemap';
export * from './plugins/hotspot';
export * from './plugins/http';
export * from './plugins/httpd';