Skip to content

Commit 55e7c9e

Browse files
committed
fix(main): 🐛 merge hotfix to correct package name
2 parents dadeff2 + 86a89c6 commit 55e7c9e

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,20 @@ We believe developers should focus on creating, not on repetitive boilerplate an
1515
With intelligent scaffolding, guided commits, a simplified Gitflow, and automated releases, your workflow is about to get a major upgrade. <br/>
1616
**Your only frustration will be not having this from the start.** 😉
1717

18+
<div align="center">
19+
20+
[![CI Status][ci-shield]][ci-link]
21+
[![NPM Version][npm-shield]][npm-link]
22+
[![MIT License][license-shield]][license-link]
23+
24+
</div>
25+
1826
[ci-shield]: https://github.com/YagoBorba/StackCode/actions/workflows/ci.yml/badge.svg?branch=develop
1927
[ci-link]: https://github.com/YagoBorba/StackCode/actions/workflows/ci.yml
20-
[npm-shield]: https://img.shields.io/npm/v/stackcode-cli?style=flat-square&logo=npm&labelColor=black&color=CB3837
21-
[npm-link]: #
28+
[npm-shield]: https://img.shields.io/npm/v/@stackcode/cli?style=flat-square&logo=npm&labelColor=black&color=CB3837
29+
[npm-link]: https://www.npmjs.com/package/@stackcode/cli
2230
[license-shield]: https://img.shields.io/github/license/YagoBorba/StackCode?style=flat-square&logo=github&labelColor=black&color=508CF9
2331
[license-link]: https://github.com/YagoBorba/StackCode/blob/develop/LICENSE
24-
2532
</br>
2633

2734
</div>
@@ -79,7 +86,7 @@ This is the recommended approach for everyday use, especially for commands like
7986

8087
1. Install the CLI globally using npm:
8188
```bash
82-
npm install -g @stackcode/cli # Replace with your actual package name on npm
89+
npm install -g @stackcode/cli
8390
```
8491
2. You can now run `stc` from any directory on your system!
8592
```bash

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackcode/cli",
3-
"version": "1.0.0",
4-
"description": "The Command-Line Interface for StackCode",
3+
"version": "1.0.3",
4+
"description": "The Command-/Line Interface for StackCode",
55
"type": "module",
66
"main": "dist/index.js",
77
"bin": {

packages/vscode-extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"name": "vscode-extension",
33
"version": "1.4.0",
44
"main": "index.js",
5+
"private": true,
56
"scripts": {
67
"test": "echo \"Error: no test specified\" && exit 1"
78
},
89
"keywords": [],
9-
"author": "",
10+
"author": "Yago Borba",
1011
"license": "ISC",
1112
"description": ""
1213
}

0 commit comments

Comments
 (0)