Skip to content

Commit 2f7e938

Browse files
author
Alfred Brockotter
committed
2 parents 00b51d3 + abe126f commit 2f7e938

File tree

4 files changed

+9508
-4
lines changed

4 files changed

+9508
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
version: 2
22
jobs:
33
build:
4-
working_directory: /usr/src/app
4+
working_directory: ~/kenticokontentnuxtmodule
55
docker:
6-
- image: banian/node
6+
- image: circleci/node:11.10.1
77
steps:
88
# Checkout repository
99
- checkout
1010

11+
- run:
12+
name: Check current version of node
13+
command: node -v
14+
1115
# Restore cache
1216
- restore_cache:
1317
key: yarn-{{ checksum "yarn.lock" }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Add Kentico Kontent super power to your nuxt app
77

88
## Features
99

10-
The module makes it easy to do delivery client api calls via the [Kentico kontent Delivery SDK](https://github.com/Kentico/kontent-delivery-sdk-js/blob/master/readme.md).
10+
The module makes it easy to do delivery client api calls via the [Kentico kontent Delivery JS SDK](https://github.com/Kentico/kontent-delivery-sdk-js/blob/master/readme.md).
1111

1212
## Quick start
1313
- Install via npm

0 commit comments

Comments
 (0)