Skip to content

Commit 9509b0e

Browse files
committed
build: adding public access config
1 parent dc6c4a5 commit 9509b0e

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
@@ -1,6 +1,9 @@
11
{
22
"name": "@makerx/node-cache",
33
"private": false,
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"version": "0.0.1",
58
"description": "A NodeJS package that makes it easy to cache objects and files locally and in AWS",
69
"keywords": [

0 commit comments

Comments
 (0)