1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-05 18:59:22 +00:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
118 B
JavaScript
Raw Normal View History

"use strict";
module.exports = {
name: require("./package").name,
isDevelopingAddon() {
return true;
},
};