mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-25 16:18:05 -04:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
/* eslint-disable */
|
|
|
|
module.exports = {
|
|
name: require('./package').name,
|
|
isDevelopingAddon() {
|
|
return true;
|
|
},
|
|
};
|