56bbc14d43
* Added WIP drop-in script for prototype * Cleaned up theme dropping script module - Updated layer2 to work with reload as an option, as well as sign-in cta on the page * Handle cat failure * Updated SDK data attires * Used commonjs exports * Used browserify for the build
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node',
|
|
]
|
|
};
|