We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6c9ea commit fba1367Copy full SHA for fba1367
blueprints/ember-mapbox-gl/index.js
@@ -7,6 +7,6 @@ module.exports = {
7
},
8
9
afterInstall() {
10
- return this.addPackageToProject('mapbox-gl', '^1.0.0');
+ return this.addPackageToProject('mapbox-gl', '^2.4.0');
11
12
};
0 commit comments