Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Switch to scoped @prettier package (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Dec 30, 2017
1 parent 4010382 commit a2ef27e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Check back soon :)
## Install
```bash
yarn add --dev --exact prettier prettier-python
yarn add --dev --exact prettier @prettier/python
```
## Configure
Expand All @@ -17,7 +17,7 @@ yarn add --dev --exact prettier prettier-python
```json
{
"plugins": ["prettier-python"]
"plugins": ["@prettier/python"]
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "prettier-python",
"name": "@prettier/python",
"version": "0.0.0-development",
"description": "Prettier Python Plugin",
"main": "src",
Expand Down

0 comments on commit a2ef27e

Please sign in to comment.