Skip to content

Commit 9a1dab4

Browse files
committed
Package got updated!
1 parent 50e6dc9 commit 9a1dab4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smakss/random-array-element",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "Selects a random array element without repetition.",
55
"type": "module",
66
"main": "./index.cjs",
@@ -30,5 +30,8 @@
3030
"bugs": {
3131
"url": "https://github.com/SMAKSS/random-array-element/issues"
3232
},
33-
"homepage": "https://github.com/SMAKSS/random-array-element#readme"
34-
}
33+
"homepage": "https://github.com/SMAKSS/random-array-element#readme",
34+
"publishConfig": {
35+
"registry": "https://npm.pkg.github.com"
36+
}
37+
}

0 commit comments

Comments
 (0)