Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 08ca1af

Browse files
authored
Merge pull request #206 from jwulf/repo-move
repo-move
2 parents c03bb36 + ee01206 commit 08ca1af

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![Lifecycle](https://img.shields.io/badge/Lifecycle-Stable-brightgreen)
66

7-
![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
88

99
![Test on Camunda Cloud](https://github.com/jwulf/zeebe-client-node-js/workflows/Test%20on%20Camunda%20Cloud/badge.svg)
1010

@@ -1300,13 +1300,7 @@ npm t
13001300
13011301
Integration tests are in the `src/__tests__/integration` directory.
13021302
1303-
They require a Zeebe broker to run. You can run them using the [Circle CI CLI](https://circleci.com/docs/2.0/local-cli/):
1304-
1305-
```bash
1306-
circleci local execute -c .circleci/config.yml --job test
1307-
```
1308-
1309-
Or you can start a dockerised broker:
1303+
They require a Zeebe broker to run. You can start a dockerised broker:
13101304
13111305
```bash
13121306
cd docker

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- /var/run/docker.sock:/var/run/docker.sock
1919

2020
zeebe:
21-
image: camunda/zeebe:0.22.0-alpha1
21+
image: camunda/zeebe:0.26.1
2222
labels:
2323
# Resolvable name, for routing the incoming connections
2424
- "traefik.http.routers.zeebe.rule=Host(`zeebe.docker.localhost`)"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zeebe-node",
33
"version": "0.26.0",
4-
"description": "A Node.js client library for the Zeebe Microservices Orchestration Engine.",
4+
"description": "The Node.js client library for the Zeebe Process Automation Engine.",
55
"keywords": [
66
"zeebe",
77
"zeebe.io",
@@ -15,13 +15,13 @@
1515
"Uber",
1616
"Cadence"
1717
],
18-
"homepage": "https://github.com/zeebe-io/zeebe-client-node-js",
18+
"homepage": "https://github.com/camunda-community-hub/zeebe-client-node-js",
1919
"bugs": {
20-
"url": "https://github.com/zeebe-io/zeebe-client-node-js/issues"
20+
"url": "https://github.com/camunda-community-hub/zeebe-client-node-js/issues"
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/zeebe-io/zeebe-client-node-js"
24+
"url": "https://github.com/camunda-community-hub/zeebe-client-node-js"
2525
},
2626
"main": "dist/index.js",
2727
"bin": {

0 commit comments

Comments
 (0)