Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
Fixed mapbox-gl-draw version to 1.1.1 as a temporary fix to ES6 import issues.
  • Loading branch information
Anvesh Arrabochu committed Jul 16, 2020
1 parent 436feda commit 75d0dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-draw-circle",
"version": "1.1.1",
"version": "1.1.2",
"description": "A module to draw a circle using mapbox-gl-draw",
"main": "index",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"draw"
],
"author": "Anvesh Kumar Arrabochu",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@mapbox/mapbox-gl-draw": "1.1.1",
"@turf/along": "^6.0.1",
Expand Down

0 comments on commit 75d0dbf

Please sign in to comment.