We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b30a6d commit e56b405Copy full SHA for e56b405
README.md
@@ -5,7 +5,7 @@ Mapbox.js for [Meteor](https://www.meteor.com/) apps. Current Mapbox version: `2
5
## Install
6
7
$ cd to/my/meteor/project
8
- $ meteor add pauloborges:mapbox@2.1.4_1
+ $ meteor add pauloborges:mapbox@2.1.4_2
9
10
or (if you want to modify the code):
11
@@ -70,4 +70,5 @@ check if it finished loading. This function is reactive.
70
var map = L.mapbox.map('map', MAP_ID);
71
}
72
});
73
- };
+ };
74
+
package.js
@@ -22,7 +22,7 @@
22
Package.describe({
23
name: 'pauloborges:mapbox',
24
summary: 'Mapbox.js for Meteor apps',
25
- version: '2.1.4_1',
+ version: '2.1.4_2',
26
git: 'https://github.com/pauloborges/meteor-mapbox.git'
27
28
0 commit comments