UNPKG

ember-leaflet-draw

Version:

Provides feature drawing functionality for Ember-Leaflet, based on wrapping the Leaflet Draw library

11 lines (8 loc) 278 B
/*jshint node:true*/ module.exports = { description: 'add leaflet-draw assets, using npm', normalizeEntityName: function() {}, // no-op since we're just adding dependencies afterInstall: function() { return this.addPackageToProject('leaflet-draw', '~0.4.9'); } };