Update leaflet providers to 1.1.17

This commit is contained in:
David Molineus
2017-07-06 16:51:37 +02:00
parent 170c7e8d8e
commit ad4b61f696
8 changed files with 74 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "leaflet-providers",
"version": "1.1.15",
"version": "1.1.17",
"description": "An extension to Leaflet that contains configurations for various free tile providers.",
"main": "leaflet-providers.js",
"repository": {
@@ -9,7 +9,7 @@
},
"scripts": {
"test": "npm run lint && npm run testsuite",
"testsuite": "mocha-phantomjs tests/index.html",
"testsuite": "phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js tests/index.html",
"lint": "eslint --config .eslintrc leaflet-providers.js index.html preview/*.js preview/*.html tests/*",
"min": "uglifyjs leaflet-providers.js -mc -o leaflet-providers.min.js",
"release": "mversion patch -m"
@@ -26,12 +26,12 @@
],
"devDependencies": {
"chai": "^2.3.0",
"eslint": "^2.7.0",
"eslint-plugin-html": "^1.4.0",
"eslint": "^3.16.1",
"eslint-plugin-html": "^2.0.1",
"mocha": "^2.2.4",
"mocha-phantomjs": "^3.5.3",
"mocha-phantomjs-core": "^2.0.1",
"mversion": "^1.3.0",
"phantomjs": "1.9.7-15",
"phantomjs-prebuilt": "^2.1.4",
"uglify-js": "^2.4.15"
},
"autoupdate": {