mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 09:22:49 +03:00
11 lines
153 B
JavaScript
11 lines
153 B
JavaScript
|
/* eslint-env node */
|
||
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
name: 'ember-power-calendar-utils',
|
||
|
|
||
|
isDevelopingAddon() {
|
||
|
return true;
|
||
|
}
|
||
|
};
|