Skip to content

Commit ff47700

Browse files
committed
chore: add homepage info to package json
1 parent de188de commit ff47700

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/angular-redux/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "@reduxjs/angular-redux",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"keywords": [
55
"angular",
66
"redux"
77
],
88
"license": "MIT",
99
"author": "Corbin Cruthcley <git@crutchcorn.dev> (https://github.com/crutchcorn)",
10+
"homepage": "https://github.com/reduxjs/angular-redux",
11+
"repository": "github:reduxjs/angular-redux",
12+
"bugs": "https://github.com/reduxjs/angular-redux/issues",
1013
"peerDependencies": {
1114
"@angular/common": ">=17.3.0",
1215
"@angular/core": ">=17.3.0",

0 commit comments

Comments
 (0)