Skip to content

Commit

Permalink
update package name for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpittet committed Jun 30, 2021
1 parent 44d170e commit 60cb8ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository contains UBC CS department recipes to integrate with deployer.
## Installing

~~~sh
composer require ubc-cpsc/recipes --dev
composer require ubc-cpsc/deployer-recipes --dev
~~~

Include recipes in `deploy.php` file.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ubc-cpsc/recipes",
"name": "ubc-cpsc/deployer-recipes",
"license": "MIT",
"description": "UBC CS deployer recipes",
"type": "library",
Expand Down
2 changes: 1 addition & 1 deletion docs/cachetool.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Install with composer

```bash
composer require deployer/recipes --dev
composer require ubc-cpsc/deployer-recipes --dev
```

Add to your _deploy.php_
Expand Down
2 changes: 1 addition & 1 deletion docs/rsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Install with composer

```bash
composer require deployer/recipes --dev
composer require ubc-cpsc/deployer-recipes --dev
```

Add to your _deploy.php_
Expand Down

0 comments on commit 60cb8ac

Please sign in to comment.