Skip to content

Commit

Permalink
Merge pull request #23 from matafokka/development
Browse files Browse the repository at this point in the history
Reverted to Leaflet 1.7.1, updated ALS
  • Loading branch information
matafokka authored Oct 9, 2022
2 parents d85fd98 + 6e15485 commit 3f498a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
},
"scripts": {
"start": "electron electronApp.js -d",
"start": "electron electronApp.js",
"postinstall": "npm link leaflet-advanced-layer-system",
"serve": "http-server \"./dist/SynthFlight-browser\" -c-1",
"build": "node build.js",
Expand Down Expand Up @@ -80,7 +80,7 @@
"geotiff-geokeys-to-proj4": "^2022.5.28",
"http-server": "^0.12.3",
"keyboardevent-key-polyfill": "^1.1.0",
"leaflet": "~1.8.0",
"leaflet": "~1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet-draw-locales": "^1.2.1",
"leaflet.coordinates": "~0.1.5",
Expand All @@ -101,6 +101,6 @@
},
"dependencies": {
"@electron/remote": "^2.0.1",
"leaflet-advanced-layer-system": "^2.2.9"
"leaflet-advanced-layer-system": "^2.2.10"
}
}

0 comments on commit 3f498a9

Please sign in to comment.