Skip to content

Commit 5514535

Browse files
committed
fix(argon2): publish config
1 parent a921a8d commit 5514535

File tree

14 files changed

+56
-0
lines changed

14 files changed

+56
-0
lines changed

packages/argon2/npm/android-arm-eabi/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

packages/argon2/npm/android-arm64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

packages/argon2/npm/darwin-arm64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

packages/argon2/npm/darwin-x64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

packages/argon2/npm/freebsd-x64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

packages/argon2/npm/linux-arm-gnueabihf/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

packages/argon2/npm/linux-arm64-gnu/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

packages/argon2/npm/linux-arm64-musl/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

packages/argon2/npm/linux-x64-gnu/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

packages/argon2/npm/linux-x64-musl/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/",
20+
"access": "public"
1721
}
1822
}

0 commit comments

Comments
 (0)