Skip to content

Commit

Permalink
lock package.json at Leaflet 1.0.x
Browse files Browse the repository at this point in the history
even though the plugin IS compatiable with Leaflet 1.1.0, our test suite is currently throwing false positive errors.

this manual lock will allow us to review pending PRs and tag a new release of our own and save investigating Esri#967 for later.
  • Loading branch information
jgravois committed Jul 17, 2017
1 parent 6187c70 commit 4d67f98
Show file tree
Hide file tree
Showing 3 changed files with 6,924 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cache:
before_script:
- npm prune
before_install:
- npm i -g npm@^4.0.0
- npm i -g npm@latest
Loading

0 comments on commit 4d67f98

Please sign in to comment.