We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9187f14 + 19b62cc commit d84570aCopy full SHA for d84570a
index.js
@@ -0,0 +1,2 @@
1
+require('./build/scripts/ng-map.js');
2
+module.exports = 'ngMap';
package.json
@@ -1,7 +1,7 @@
{
"name": "ngmap",
3
"version": "1.18.4",
4
- "main": "build/scripts/ng-map.js",
+ "main": "index.js",
5
"description": "The Simplest AngularJS Google Maps V3 Directive",
6
"repository": {
7
"type": "git",
0 commit comments