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 0210dbb commit 1e00289Copy full SHA for 1e00289
package.json
@@ -1,9 +1,13 @@
1
{
2
"name": "@varandas/fetch-readme",
3
"version": "0.0.0-development",
4
+ "private": false,
5
"description": "Fetch a raw readme file from any public Github repository",
6
"main": "lib/index.js",
7
"types": "lib/index.d.ts",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
"repository": {
12
"type": "git",
13
"url": "https://github.com/AndreVarandas/fetch-readme.git"
0 commit comments