Skip to content

Commit 1e00289

Browse files
committed
chore(package.json): make package public
1 parent 0210dbb commit 1e00289

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "@varandas/fetch-readme",
33
"version": "0.0.0-development",
4+
"private": false,
45
"description": "Fetch a raw readme file from any public Github repository",
56
"main": "lib/index.js",
67
"types": "lib/index.d.ts",
8+
"publishConfig": {
9+
"access": "public"
10+
},
711
"repository": {
812
"type": "git",
913
"url": "https://github.com/AndreVarandas/fetch-readme.git"

0 commit comments

Comments
 (0)