Skip to content

Commit 19fd68d

Browse files
committed
Update package name
1 parent 7d490d1 commit 19fd68d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stencil requires a recent LTS version of NodeJS and npm. Make sure you've instal
77

88
You can install the Stencil CLI globally with command,
99
```bash
10-
npm i -g @tnc/stencil-cli
10+
npm i -g @nerdic-coder/stencil-cli
1111
```
1212

1313
Now the `stencil` command should be available in your command line tool.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@tnc/stencil-cli",
3-
"version": "1.0.0",
2+
"name": "@nerdic-coder/stencil-cli",
3+
"version": "1.0.1",
44
"description": "A command line interface for StencilJS",
55
"main": "bin/stencil-cli.js",
66
"scripts": {

0 commit comments

Comments
 (0)