Skip to content

Commit

Permalink
Update package.json to support GL-JS v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Asheem Mamoowala committed Jun 7, 2019
1 parent e66c3ea commit a207cd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]
},
"peerDependencies": {
"mapbox-gl": "^0.41.0"
"mapbox-gl": "^0.41.0 <2.0.0"
},
"scripts": {
"prepublish": "npm run build",
Expand Down Expand Up @@ -59,7 +59,6 @@
"dependencies": {
"@mapbox/polyline": "^1.0.0",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"deep-assign": "^2.0.0",
"lodash.debounce": "^4.0.6",
Expand Down

0 comments on commit a207cd0

Please sign in to comment.