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

Commit

Permalink
fixing npm vs. github name miss-match
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Mar 11, 2021
1 parent a1cb830 commit e403814
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swrlab/prettier-config",
"version": "0.1.1",
"name": "@swrlab/swr-prettier-config",
"version": "0.1.2",
"description": "SWR Prettier config.",
"keywords": [
"prettier",
Expand All @@ -14,9 +14,9 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/swrlab/prettier-config"
"url": "https://github.com/swrlab/swr-prettier-config"
},
"bugs": "https://github.com/swrlab/prettier-config/issues",
"homepage": "https://github.com/swrlab/prettier-config#readme",
"bugs": "https://github.com/swrlab/swr-prettier-config/issues",
"homepage": "https://github.com/swrlab/swr-prettier-config#readme",
"scripts": {}
}

0 comments on commit e403814

Please sign in to comment.