Skip to content

Commit 5b0250f

Browse files
committed
Package got updated!
1 parent 703564b commit 5b0250f

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-string",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "Generates random dummy string.",
55
"type": "module",
66
"main": "index.cjs",
@@ -28,5 +28,8 @@
2828
"bugs": {
2929
"url": "https://github.com/SMAKSS/random-string/issues"
3030
},
31-
"homepage": "https://github.com/SMAKSS/random-string#readme"
32-
}
31+
"homepage": "https://github.com/SMAKSS/random-string#readme",
32+
"publishConfig": {
33+
"registry": "https://npm.pkg.github.com"
34+
}
35+
}

0 commit comments

Comments
 (0)