Skip to content

Commit 854a736

Browse files
authored
fix: enable public access
1 parent 2d2fa42 commit 854a736

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.0.0-semantically-released",
44
"main": "index.js",
55
"license": "MIT",
6-
"author": "Hugo Meissner <[email protected]>",
6+
"author": "GraphCMS",
7+
"contributors": [
8+
"Hugo Meissner <[email protected]>"
9+
],
710
"scripts": {
811
"build": "babel src --out-dir ./ --source-maps",
912
"storybook": "start-storybook -p 6006",
@@ -41,5 +44,8 @@
4144
"dependencies": {
4245
"intersection-observer": "^0.5.0",
4346
"prop-types": "^15.6.0"
47+
},
48+
"publishConfig": {
49+
"access": "public"
4450
}
4551
}

0 commit comments

Comments
 (0)