Skip to content

Commit 8821d20

Browse files
author
Tomáš Winkler
authored
Merge pull request #28 from Kentico/remove-rxjs-from-readme
remove rxjs from readme
2 parents 109d945 + 9b2cbd6 commit 8821d20

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ The Kontent CLI helps you when you need to change content models within your [Ke
2222

2323
## Installation
2424

25-
The Kontent CLI requires Node 10+ and npm 6+, and uses the [Kontent Management SDK](https://github.com/Kentico/kontent-management-sdk-js) to manipulate content in your projects. The SDK has a peer dependency on `rxjs`, which you need to install as well.
25+
The Kontent CLI requires Node 10+ and npm 6+, and uses the [Kontent Management SDK](https://github.com/Kentico/kontent-management-sdk-js) to manipulate content in your projects.
2626

2727
```sh
28-
npm install rxjs --save
2928
npm install -g @kentico/kontent-cli
3029
```
3130

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kentico/kontent-cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Command line interface tool that can be used for generating and running Kontent migration scripts",
55
"main": "./lib/index.js",
66
"types": "./lib/types/index.d.ts",

0 commit comments

Comments
 (0)