Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit 19b62cc

Browse files
author
Enzo Intiso
committed
CommonJS support
1 parent e5bcc42 commit 19b62cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require('./build/scripts/ng-map.js');
2+
module.exports = 'ngMap';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngmap",
33
"version": "1.18.4",
4-
"main": "build/scripts/ng-map.js",
4+
"main": "index.js",
55
"description": "The Simplest AngularJS Google Maps V3 Directive",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)