mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-17 19:26:05 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
93c4ea58ed | |||
87abdc2c31 | |||
dc05ff2f49 | |||
50c53f4263 |
10
.travis.yml
10
.travis.yml
@ -1,15 +1,11 @@
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
language: node_js
|
language: node_js
|
||||||
sudo: false
|
|
||||||
node_js:
|
node_js:
|
||||||
- 10
|
- 10
|
||||||
|
|
||||||
cache:
|
cache: yarn
|
||||||
directories:
|
|
||||||
- node_modules
|
|
||||||
|
|
||||||
branches:
|
# Don't run builds for renovate PRs
|
||||||
except:
|
if: NOT head_branch =~ ^renovate
|
||||||
- "/^renovate\\/.+$/"
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "casper",
|
"name": "casper",
|
||||||
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
||||||
"demo": "https://demo.ghost.io",
|
"demo": "https://demo.ghost.io",
|
||||||
"version": "2.9.10",
|
"version": "2.9.11",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost": ">=2.0.0",
|
"ghost": ">=2.0.0",
|
||||||
"ghost-api": "v2"
|
"ghost-api": "v2"
|
||||||
|
@ -1,22 +1,9 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"@tryghost:theme"
|
||||||
":maintainLockFilesWeekly",
|
|
||||||
"schedule:earlyMondays",
|
|
||||||
":automergeMinor"
|
|
||||||
],
|
],
|
||||||
"travis": { "enabled": true },
|
"travis": { "enabled": true },
|
||||||
"node": {
|
"node": {
|
||||||
"supportPolicy": ["lts_latest"]
|
"supportPolicy": ["lts_latest"]
|
||||||
},
|
}
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"packagePatterns": ["^postcss", "css", "autoprefixer"],
|
|
||||||
"groupName": "css processors"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"packagePatterns": ["gulp"],
|
|
||||||
"groupName": "gulp"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user