Skip to content

Commit

Permalink
feat: Immer now has it's own Github org, immerjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate authored and aleclarson committed Apr 17, 2019
1 parent dfb66ae commit 17d69c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mweststrate/immer.git"
"url": "https://github.com/immerjs/immer.git"
},
"keywords": [
"immutable",
Expand All @@ -34,9 +34,9 @@
"author": "Michel Weststrate",
"license": "MIT",
"bugs": {
"url": "https://github.com/mweststrate/immer/issues"
"url": "https://github.com/immerjs/immer/issues"
},
"homepage": "https://github.com/mweststrate/immer#readme",
"homepage": "https://github.com/immerjs/immer#readme",
"files": [
"dist",
"src"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _Create the next immutable state tree by simply modifying the current tree_

Winner of the "breakthrough of the year" [open source award](https://osawards.com/react/) in 2019

### [Release notes](https://github.com/mweststrate/immer/releases)
### [Release notes](https://github.com/immerjs/immer/releases)

Did Immer make a difference to your project? Consider buying me a coffee!<br/><a href="https://www.buymeacoffee.com/mweststrate" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>

Expand Down

0 comments on commit 17d69c3

Please sign in to comment.