Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit de9cabf

Browse files
authored
fix: set public access to enable npm public release (#10)
1 parent c622bfe commit de9cabf

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
@@ -30,5 +30,8 @@
3030
"dependencies": {
3131
"aws-sdk": "^2.600.0",
3232
"gatsby-source-filesystem": "^2.1.46"
33+
},
34+
"publishConfig": {
35+
"access": "public"
3336
}
3437
}

0 commit comments

Comments
 (0)