Skip to content

Commit

Permalink
🔧🔖 rename package to @fastly/heroku-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Rosen committed Oct 24, 2018
1 parent 785f8c5 commit 4744d98
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 2.0.0

* Rename package from heroku-fastly to @fastly/heroku-plugin

### 1.0.7

* Use api.fastly.com instead of app.fastly.com for API access
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Heroku CLI plugin for interacting with fastly configuration.
Install the heroku-fastly plugin using the `heroku plugins` command. More details are available in Heroku's [Devcenter](https://devcenter.heroku.com/articles/using-cli-plugins).

```
heroku plugins:install heroku-fastly
heroku plugins:install @fastly/heroku-plugin
```

# Usage
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "heroku-fastly",
"version": "1.0.7",
"name": "@fastly/heroku-plugin",
"version": "2.0.0",
"description": "Heroku CLI Plugin for interacting with Fastly CDN",
"homepage": "https://www.fastly.com",
"main": "index.js",
Expand Down Expand Up @@ -55,5 +55,6 @@
"files": [
"/index.js",
"/commands"
]
],
"private": false
}

0 comments on commit 4744d98

Please sign in to comment.