CI-Bot
b83be9cc4f
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | devDependencies | minor | [`^0.31.1` -> `^0.32.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.31.1/0.32.2) | ⚠️ Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMjIuMiJ9--> Co-authored-by: Drone-Bot <noreply@ocram85.com> Reviewed-on: #25 Co-authored-by: CI-Bot <noreply@ocram85.com> Co-committed-by: CI-Bot <noreply@ocram85.com>
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "ocram85.com-blog",
|
|
"version": "1.0.0",
|
|
"description": "A personal blog about PowerShell, Automation and more.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "exec-bin node_modules/.bin/hugo/hugo --gc --minify",
|
|
"check": "exec-bin node_modules/.bin/hugo/hugo version",
|
|
"clean": "rimraf public/",
|
|
"lint:markdown": "markdownlint \"*.md\" \"content/**/*.md\"",
|
|
"start": "npm run server",
|
|
"server": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 -D",
|
|
"test": "npm run lint:markdown",
|
|
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo",
|
|
"new:post": "exec-bin node_modules/.bin/hugo/hugo new"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/OCram85/Blog.git"
|
|
},
|
|
"author": "OCram85",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/OCram85/Blog/issues"
|
|
},
|
|
"homepage": "https://github.com/OCram85/Blog#readme",
|
|
"devDependencies": {
|
|
"exec-bin": "^1.0.0",
|
|
"hugo-installer": "^4.0.0",
|
|
"markdownlint-cli": "^0.32.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"otherDependencies": {
|
|
"hugo": "0.91.1"
|
|
}
|
|
}
|