1
0
mirror of https://github.com/flarum/core.git synced 2025-02-23 02:32:33 +01:00

10 lines
141 B
JavaScript

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