Skip to content

Commit 39bce64

Browse files
committed
merged:
issue angular-ui#234 angular-ui#232 Merge remote-tracking branch 'johannesjo_stream/master' Conflicts: dist/angular-google-maps.min.js example/example.html
2 parents 30bfb57 + 8e70150 commit 39bce64

File tree

13 files changed

+1773
-80
lines changed

13 files changed

+1773
-80
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
node_modules
55
old/
66
tmp/
7+
.tmp/
78
*~
89
app/components
910
/nbproject

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = (grunt) ->
6464
separator: ";"
6565

6666
dist:
67-
src: ["tmp/output_coffee.js", "lib/markerclusterer.js", "lib/markerwithlabel.js"]
67+
src: ["tmp/output_coffee.js", "lib/*.js"]
6868
dest: "tmp/output.js"
6969

7070
copy:

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "angular-google-maps",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"main": "./dist/angular-google-maps.js",
55
"dependencies": {
6-
"angular": "1.2.8",
7-
"underscore": "~1.5.2"
6+
"angular": "1.2.x",
7+
"underscore": "~1.5.x"
88
},
99
"devDependencies": {
10-
"angular-mocks": "1.2.8",
11-
"jquery": "2.0.3"
10+
"angular-mocks": "1.2.x",
11+
"jquery": "2.1.x"
1212
}
1313
}

0 commit comments

Comments
 (0)