Skip to content

Commit fba1367

Browse files
committed
Install mapbox-gl 2.4.0 on blueprint
1 parent ec6c9ea commit fba1367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/ember-mapbox-gl/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ module.exports = {
77
},
88

99
afterInstall() {
10-
return this.addPackageToProject('mapbox-gl', '^1.0.0');
10+
return this.addPackageToProject('mapbox-gl', '^2.4.0');
1111
},
1212
};

0 commit comments

Comments
 (0)