diff --git a/example/package.json b/example/package.json index 66ceb6d..871cdf9 100644 --- a/example/package.json +++ b/example/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Easy Netlify CMS integration with nuxt.js example", "dependencies": { - "@nuxtjs/axios": "^4.3.0", + "@nuxtjs/axios": "^5.3.1", "nuxt": "latest", "nuxtent": "latest", "nuxt-netlify-cms": "../" diff --git a/greenkeeper.json b/greenkeeper.json new file mode 100644 index 0000000..798c8fa --- /dev/null +++ b/greenkeeper.json @@ -0,0 +1,10 @@ +{ + "groups": { + "default": { + "packages": [ + "example/package.json", + "package.json" + ] + } + } +}