From c0197360441b6037e1bec1c87542e91465d1073c Mon Sep 17 00:00:00 2001 From: Adriano Date: Wed, 10 Apr 2019 22:51:21 +0100 Subject: [PATCH] Docs and update dependencies --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85db3e3..a3e8dc1 100644 --- a/README.md +++ b/README.md @@ -497,9 +497,9 @@ import { AbTestsServerModule } from 'angular-ab-tests'; export class AppServerModule {} ``` -`AbTestServerModule` optionally depends on `REQUEST` from **@ngx-utils/cookies** and `CookiesService` from **@ngx-utils/cookies** for detecting crawlers and manipulating cookies. +`AbTestServerModule` optionally depends on `REQUEST` from [@nguniversal/express-engine](https://www.npmjs.com/package/@nguniversal/express-engine) and `CookiesService` from [@ngx-utils/cookies](https://www.npmjs.com/package/@ngx-utils/cookies) for detecting crawlers and manipulating cookies. -Note that, even if they are not provided, **@ngx-utils/cookies** and **@ngx-utils/cookies** should be installed. +Note that, even if they are not provided, both modules should be installed. ## 2 - Providing necessary services diff --git a/package.json b/package.json index 37915b9..324dd2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ab-tests", - "version": "1.3.0", + "version": "1.3.1", "description": "Easy and descriptive way to setup complex AB tests and multivariate tests in Angular2+", "author": "Adriano di Lauro", "license": "MIT",