Skip to content

Commit

Permalink
chore: add homepage info to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Sep 5, 2024
1 parent de188de commit ff47700
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/angular-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@reduxjs/angular-redux",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"angular",
"redux"
],
"license": "MIT",
"author": "Corbin Cruthcley <[email protected]> (https://github.com/crutchcorn)",
"homepage": "https://github.com/reduxjs/angular-redux",
"repository": "github:reduxjs/angular-redux",
"bugs": "https://github.com/reduxjs/angular-redux/issues",
"peerDependencies": {
"@angular/common": ">=17.3.0",
"@angular/core": ">=17.3.0",
Expand Down

0 comments on commit ff47700

Please sign in to comment.