leaflet-extras/leaflet-providers

Change protocol relativity note in README.md

Closed this issue · 9 comments

https is preferred, http is only used if https is not available.

I think we can simply ditch all the Protocol relativity (https://-urls) part (?)

I think so too

Here we go, going to try to push a new release for the geoportail folks ;)

Not so well :\

$ npm install -g uglifyjs
npm WARN deprecated uglifyjs@2.4.11: uglifyjs is deprecated - use uglify-js instead.
+ uglifyjs@2.4.11
added 1 package in 2.21s
$ npm run release-minor 
Error running preupdate: Command failed: npm run min
sh: 1: uglifyjs: not found

Got it, uglify-js not uglifyjs, sorry for the noise :p

Ooops, publised a minor instead a patch :\

👍

@brunob looks like you forgot to make the Changelog for 1.3.0...

Fixed by 22d7d11 @jieter (thx for the ping)