mirror of
https://github.com/MillironX/docker-names.git
synced 2024-11-15 05:53: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:
parent
edd49b855d
commit
47014198e4
2 changed files with 7 additions and 7 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "@criblinc/docker-names",
|
"name": "@millironx/docker-names",
|
||||||
"version": "1.1.4",
|
"version": "1.1.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@criblinc/docker-names",
|
"name": "@millironx/docker-names",
|
||||||
"version": "1.1.4",
|
"version": "1.1.4",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
10
package.json
10
package.json
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@criblinc/docker-names",
|
"name": "@millironx/docker-names",
|
||||||
"version": "1.1.4",
|
"version": "1.1.4",
|
||||||
"description": "Fork of docker names for javascript",
|
"description": "Fork of docker names for javascript",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/criblio/docker-names.git"
|
"url": "git+https://github.com/MillironX/docker-names.git"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -28,12 +28,12 @@
|
||||||
"docker-names",
|
"docker-names",
|
||||||
"docker-name"
|
"docker-name"
|
||||||
],
|
],
|
||||||
"author": "Cribl",
|
"author": "MillironX",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"bugs": {
|
"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": {
|
"devDependencies": {
|
||||||
"@types/jest": "^26.0.22",
|
"@types/jest": "^26.0.22",
|
||||||
"jest": "^26.6.3",
|
"jest": "^26.6.3",
|
||||||
|
|
Loading…
Reference in a new issue