From 0d4c5b0c84b096637c8388e5d67496a1015c6279 Mon Sep 17 00:00:00 2001 From: "sravanti.7386@gmail.com" Date: Wed, 15 Mar 2017 12:43:26 -0700 Subject: [PATCH] remove code --- directives/map-lazy-load.js | 10 ++++------ package.js | 1 + package.json | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) 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": {