@boltic/cli 1.0.6-beta.7 → 1.0.6-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
> A powerful CLI tool for creating, managing, and publishing Boltic integrations.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@boltic/cli)
|
|
6
|
+
[](https://github.com/<your-username>/<your-repo>)
|
|
6
7
|
[](./LICENSE)
|
|
7
8
|
|
|
8
9
|
---
|
package/package.json
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boltic/cli",
|
|
3
|
-
"version": "1.0.6-beta.
|
|
3
|
+
"version": "1.0.6-beta.8",
|
|
4
4
|
"description": "A powerful CLI tool for managing Boltic Workflow integrations",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"boltic": "index.js"
|
|
8
8
|
},
|
|
9
9
|
"author": "Ahmed Sakri <ahmedsakri@gofynd.com>",
|
|
10
|
-
"
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/bolticio/cli.git"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://github.com/bolticio/cli#readme",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/bolticio/cli/issues"
|
|
17
|
+
},
|
|
11
18
|
"scripts": {
|
|
12
19
|
"start": "node index.js",
|
|
13
20
|
"dev": "nodemon index.js",
|