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

Commit

Permalink
Improve name
Browse files Browse the repository at this point in the history
  • Loading branch information
weiland committed Jul 4, 2020
1 parent 905df39 commit 9cad068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swrlab/swr-prettier-config",
"version": "0.0.2",
"name": "@swr/prettier-config",
"version": "0.0.1",
"description": "SWR Prettier config.",
"keywords": [
"prettier"
Expand All @@ -19,6 +19,5 @@
"bugs": "https://github.com/swrlab/swr-prettier-config/issues",
"homepage": "https://github.com/swrlab/swr-prettier-config#readme",
"scripts": {
"postpublish": "npm publish --ignore-scripts --@swrlab:registry='https://npm.pkg.github.com'"
}
}
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
1. Install npm package

```shell
npm install @swrlab/swr-prettier-config
npm install @swr/prettier-config
```

1. Include in `package.json`:

```json
{
"prettier": "@swrlab/swr-prettier-config"
"prettier": "@swr/prettier-config"
}
```

2. Or create a `.prettierrc.json` file with a link:

```json
"@swrlab/swr-prettier-config"
"@swr/prettier-config"
```

0 comments on commit 9cad068

Please sign in to comment.