Skip to content

Commit 72ea754

Browse files
committed
fix(ckan-api-client-js): set publishConfig.access to public
1 parent 11e6cd3 commit 72ea754

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/ckan-api-client-js/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
"tsx": "^4.19.4",
3030
"typescript": "^5.4.5"
3131
},
32-
"private": false
32+
"private": false,
33+
"publishConfig": {
34+
"access": "public"
35+
}
3336
}

0 commit comments

Comments
 (0)