Skip to content

Commit a550cb8

Browse files
committed
Update package name
1 parent 36a417d commit a550cb8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Creating a project
1212

1313
```
14-
npx create-radfish-app my-pwa
14+
npx @nmfs-radfish/create-radfish-app my-pwa
1515
```
1616

1717
Provide the cli the name of your new project. A new project will be created using the [default boilerplate template](https://github.com/NMFS-RADFish/boilerplate).

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cli",
2+
"name": "@nmfs-radfish/create-radfish-app",
33
"version": "0.1.1",
44
"description": "A cli tool for bootstrapping a radfish app",
55
"bin": {

0 commit comments

Comments
 (0)