Skip to content

Commit 98ca9bd

Browse files
committed
name change
1 parent a4d8cbc commit 98ca9bd

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.npmrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# registry=https://npm.pkg.github.com/@artem-solovev
1+
registry=https://npm.pkg.github.com@artem-solovev
2+
//npm.pkg.github.com/:_authToken=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
3+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![npm bundle size](https://img.shields.io/bundlephobia/min/regexify-string) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/artem-solovev/regexify-string) <!-- ![npm-donwloads-per-week](https://img.shields.io/npm/dw/regexify-string) --> ![npm-donwloads-per-year](https://img.shields.io/npm/dy/regexify-string)
1+
![npm bundle size](https://img.shields.io/bundlephobia/min/regexify-string) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/kas-elvirov/regexify-string) <!-- ![npm-donwloads-per-week](https://img.shields.io/npm/dw/regexify-string) --> ![npm-donwloads-per-year](https://img.shields.io/npm/dy/regexify-string)
22

33
---
44

@@ -132,4 +132,4 @@ Type: `string`
132132

133133
## License
134134

135-
MIT © [Artem Solovev](http://www.artemsolovev.com/)
135+
MIT © [Kas Elvirov](http://www.kas-elvirov.com/)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Any, latest stable versions
66

77
## Reporting a Vulnerability
88

9-
You can report a security related bug in the [GitHub bug tracker](https://github.com/artem-solovev/regexify-string/issues) or by [email](artem.solovev.lse@gmail.com).
9+
You can report a security related bug in the [GitHub bug tracker](https://github.com/kas-elvirov/regexify-string/issues) or by [email](kas.elvirov@gmail.com).
1010

1111
All information will be made public. We do not withhold information from users because they need accurate information to access risk and place controls to remediate the risk.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "1.0.16",
44
"description": "Strings decorator (by regex) with: React components, HTML tags etc.",
55
"license": "MIT",
6-
"homepage": "https://github.com/artem-solovev/regexify-string#readme",
6+
"homepage": "https://github.com/kas-elvirov/regexify-string#readme",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/artem-solovev/regexify-string.git"
9+
"url": "git+https://github.com/kas-elvirov/regexify-string.git"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/artem-solovev/regexify-string/issues"
12+
"url": "https://github.com/kas-elvirov/regexify-string/issues"
1313
},
1414
"keywords": [
1515
"regex",
@@ -26,7 +26,7 @@
2626
"main": "index.js",
2727
"types": "index.d.ts",
2828
"authors": [
29-
"Artem Vadimovich Solovev <artem.solovev.lse@gmail.com> (https://github.com/artem-solovev)"
29+
"Kas Elvirov <kas.elvirov@gmail.com> (https://github.com/kas-elvirov)"
3030
],
3131
"husky": {
3232
"hooks": {

0 commit comments

Comments
 (0)