mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-10-31 18:36:31 +00:00
dc05ff2f49
- Use the new shared configuration - This is a special config for themes which is scheduled monthly, not weekly.
10 lines
131 B
JSON
10 lines
131 B
JSON
{
|
|
"extends": [
|
|
"@tryghost:theme"
|
|
],
|
|
"travis": { "enabled": true },
|
|
"node": {
|
|
"supportPolicy": ["lts_latest"]
|
|
}
|
|
}
|