mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
9 lines
125 B
JavaScript
9 lines
125 B
JavaScript
/* eslint-disable */
|
|
|
|
module.exports = {
|
|
name: require('./package').name,
|
|
isDevelopingAddon() {
|
|
return true;
|
|
},
|
|
};
|