UNPKG

ember-inspector-prebuilt

Version:

A pre-built set of distributable assets from the ember.js ember-inspector project.

11 lines (10 loc) 238 B
/** * Contains the current Ember versions supported * and the previous inspectors for old Ember versions. * * This file is populated during the build process. */ module.exports = { previous: ['0.0.0'], supported: ['2.7.0',''] };