mirror of
https://github.com/flarum/framework.git
synced 2025-02-20 03:20:47 +08:00
10 lines
141 B
JavaScript
10 lines
141 B
JavaScript
/* jshint node: true */
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
name: 'flarum-common',
|
|
isDevelopingAddon: function() {
|
|
return true;
|
|
}
|
|
};
|