We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1eab0 commit 2d068dbCopy full SHA for 2d068db
husky.config.js
@@ -1,6 +1,5 @@
1
module.exports = {
2
hooks: {
3
- 'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
4
'pre-commit': 'yarn lint',
5
'pre-push': 'yarn lint'
6
}
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxtjs-ghost",
- "version": "1.1.7",
+ "version": "1.1.8",
"description": "NuxtJS module to easily interact with the Ghost API",
"repository": "https://github.com/ditschedev/nuxtjs-ghost",
"homepage": "https://github.com/ditschedev/nuxtjs-ghost",
0 commit comments