Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 071a923

Browse files
committed
chore(config): fix package.json to publish public explicitly
1 parent e1a31c9 commit 071a923

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@ma.vu/pkginfo",
33
"version": "0.0.0-development",
44
"description": "Flexible api to fetch npm package info",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"main": "index.js",
69
"scripts": {
710
"test": "is-ci \"test:coverage\" \"test:watch\"",

0 commit comments

Comments
 (0)