We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e6dc9 commit 9a1dab4Copy full SHA for 9a1dab4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@smakss/random-array-element",
3
- "version": "1.0.9",
+ "version": "1.1.0",
4
"description": "Selects a random array element without repetition.",
5
"type": "module",
6
"main": "./index.cjs",
@@ -30,5 +30,8 @@
30
"bugs": {
31
"url": "https://github.com/SMAKSS/random-array-element/issues"
32
},
33
- "homepage": "https://github.com/SMAKSS/random-array-element#readme"
34
-}
+ "homepage": "https://github.com/SMAKSS/random-array-element#readme",
+ "publishConfig": {
35
+ "registry": "https://npm.pkg.github.com"
36
+ }
37
+}
0 commit comments