Skip to content

Commit cfc0037

Browse files
Merge pull request #70 from bevanhunt/up-vers
update versions of deps
2 parents c55ba94 + 2169226 commit cfc0037

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.npm/package/npm-shrinkwrap.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## 3.0.2
4+
- upgrade to Leaflet 1.0.2
5+
- upgrade Leaflet Providers 1.1.16
6+
37
## 3.0.0
48
- upgrade to Leaflet 1.0.0
59
- upgrade Leaflet Providers 1.1.15

build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To deploy this package to Atmosphere one needs permission. I am currently trying
55
2. Add these lines in your .bashrc or .zshrc when testing (assuming meteor-leaflet is in /foo/bar) - this will use the local package and not the Atmosphere package
66
```bash
77
# for meteor local package development
8-
export PACKAGE_DIRS=/foo/bar
8+
export METEOR_PACKAGE_DIRS=/foo/bar
99
```
1010

1111
3. git clone the meteor-leaflet-demo app into a local dir

package.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Package.describe({
33
summary: "leaflet - mobile-friendly maps.",
44
git: "https://github.com/bevanhunt/meteor-leaflet.git",
55
author: "Bevan Hunt <[email protected]> (http://bevanhunt.com)",
6-
version: "3.0.1",
6+
version: "3.0.2",
77
license: "MIT"
88
});
99

1010
Npm.depends({
1111
"spin.js": "2.3.2",
12-
"leaflet": "1.0.0",
13-
"leaflet-providers": "1.1.15"
12+
"leaflet": "1.0.2",
13+
"leaflet-providers": "1.1.16"
1414
});
1515

1616
Package.onUse(function (api) {

0 commit comments

Comments
 (0)