Skip to content

Commit 845b27e

Browse files
authored
update name
1 parent 1429729 commit 845b27e

File tree

5 files changed

+55
-55
lines changed

5 files changed

+55
-55
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<img src="./src/icon.svg" width="100" /><br>
2-
# Cyn <br>
2+
# Pipelab <br>
33
Description <br>
44
<br>
55
Author: Armaldio <br>
@@ -46,7 +46,7 @@ The main files you may want to look at would be instance.js
4646
## Actions
4747
| Action | Description | Params
4848
| --- | --- | --- |
49-
| Initialize integration | Initialize the Cyn integration | |
49+
| Initialize integration | Initialize the Pipelab integration | |
5050
| Append file | Appends the contents to the file. | Path *(string)* <br>Contents *(string)* <br> |
5151
| Copy file | Copies the file. | Source *(string)* <br>Destination *(string)* <br> |
5252
| Create folder | Creates the folder. | Path *(string)* <br> |

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"dependencies": {
3-
"@cyn/core": "1.2.1",
3+
"@pipelab/core": "1.2.3",
44
"adm-zip": "0.5.16",
55
"chokidar": "4.0.1",
66
"cors": "2.8.5",
77
"express": "4.21.0",
88
"inquirer": "11.0.2"
99
},
10-
"name": "@cyn/construct-plugin",
11-
"description": "Cyn construct plugin",
10+
"name": "@pipelab/construct-plugin",
11+
"description": "Pipelab construct plugin",
1212
"version": "1.0.5",
1313
"packageManager": "[email protected]",
1414
"type": "module",

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)