discourse/app/assets/javascripts/pretty-text/index.js

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;
},
};