Skip to content

Commit 1a31f50

Browse files
committed
refactor: Change Ownership
1 parent f46711f commit 1a31f50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/pipe-function/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "@simfyz/pipe-function",
2+
"name": "@paymate-software/pipe-function",
33
"version": "2.0.0",
44
"author": "Fayas Ismail (https://github.com/simfyz)",
55
"description": "Pipe operator to execute functions from the template.",
6-
"homepage": "https://github.com/simfyz/ng-pipe-function#readme",
6+
"homepage": "https://github.com/paymatesoftware/ng-pipe-function#readme",
77
"keywords": [
88
"angular",
99
"pipe",
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/simfyz/ng-pipe-function.git"
16+
"url": "git+https://github.com/paymatesoftware/ng-pipe-function.git"
1717
},
1818
"peerDependencies": {
1919
"@angular/common": ">=17.0.0",
@@ -29,6 +29,6 @@
2929
},
3030
"license": "MIT",
3131
"bugs": {
32-
"url": "https://github.com/simfyz/ng-pipe-function/issues"
32+
"url": "https://github.com/paymatesoftware/ng-pipe-function/issues"
3333
}
3434
}

0 commit comments

Comments
 (0)