1
0
mirror of https://github.com/flarum/core.git synced 2025-10-10 14:34:30 +02:00
Files
php-flarum/ember/common/index.js

10 lines
141 B
JavaScript

/* jshint node: true */
'use strict';
module.exports = {
name: 'flarum-common',
isDevelopingAddon: function() {
return true;
}
};