diff --git a/directives/map-lazy-load.js b/directives/map-lazy-load.js
index ca6b4b68f..a06fa14cd 100644
--- a/directives/map-lazy-load.js
+++ b/directives/map-lazy-load.js
@@ -21,16 +21,14 @@
* Example:
*
*
- *
+ *
+ *
*
*
*
- *
+ *
+ *
*
*/
/* global window, document */
diff --git a/package.js b/package.js
index 8f81ce71a..4ca1239b6 100644
--- a/package.js
+++ b/package.js
@@ -6,6 +6,7 @@ var summary = '"The Simplest AngularJs Google Maps V3 Directive Module"';
var gitLink = 'https://github.com/allenhwkim/angularjs-google-maps';
var documentationFile = 'README.md';
+
// Meta-data
Package.describe({
name: packageName,
diff --git a/package.json b/package.json
index 24aae789b..7273d7551 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,11 @@
{
- "name": "ngmap",
+ "name": "maps",
"version": "1.18.4",
"main": "build/scripts/ng-map.js",
"description": "The Simplest AngularJS Google Maps V3 Directive",
"repository": {
"type": "git",
- "url": "https://github.com/allenhwkim/angularjs-google-maps.git"
+ "url": "https://github.com/sravanthisiri/angularjs-google-maps"
},
"dependencies": {},
"engines": {