Skip to content

Commit 5f358ab

Browse files
author
Yaroslav Kasperovych
committed
chore(repo-migration): fix github references
1 parent 5f33032 commit 5f358ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 cxsper
3+
Copyright (c) 2020 Yaroslav Kasperovych
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "secure-publish",
33
"version": "0.4.4",
44
"description": "Secure publishing of private packages",
5-
"homepage": "https://github.com/cxsper/secure-publish#readme",
5+
"homepage": "https://github.com/artelydev/secure-publish#readme",
66
"keywords": [
77
"private package",
88
"disallow publish",
@@ -18,8 +18,8 @@
1818
"bin": {
1919
"secure-publish": "index.js"
2020
},
21-
"repository": "https://github.com/cxsper/secure-publish.git",
22-
"author": "cxsper",
21+
"repository": "https://github.com/artelydev/secure-publish.git",
22+
"author": "Yaroslav Kasperovych",
2323
"license": "MIT",
2424
"dependencies": {
2525
"chalk": "^4.0.0"

0 commit comments

Comments
 (0)