1
0
Fork 0
mirror of https://github.com/MillironX/docker-names.git synced 2024-11-14 21:43:10 +00:00

Change package scope to MillironX

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-05-09 08:52:20 -05:00
parent edd49b855d
commit 47014198e4
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 7 additions and 7 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "@criblinc/docker-names",
"name": "@millironx/docker-names",
"version": "1.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@criblinc/docker-names",
"name": "@millironx/docker-names",
"version": "1.1.4",
"license": "ISC",
"devDependencies": {

View file

@ -1,5 +1,5 @@
{
"name": "@criblinc/docker-names",
"name": "@millironx/docker-names",
"version": "1.1.4",
"description": "Fork of docker names for javascript",
"files": [
@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/criblio/docker-names.git"
"url": "git+https://github.com/MillironX/docker-names.git"
},
"publishConfig": {
"access": "public"
@ -28,12 +28,12 @@
"docker-names",
"docker-name"
],
"author": "Cribl",
"author": "MillironX",
"license": "ISC",
"bugs": {
"url": "https://github.com/criblio/docker-names/issues"
"url": "https://github.com/MillironX/docker-names/issues"
},
"homepage": "https://github.com/criblio/docker-names#readme",
"homepage": "https://github.com/MillironX/docker-names#readme",
"devDependencies": {
"@types/jest": "^26.0.22",
"jest": "^26.6.3",