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