We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2fa42 commit 854a736Copy full SHA for 854a736
1 file changed
package.json
@@ -3,7 +3,10 @@
3
"version": "0.0.0-semantically-released",
4
"main": "index.js",
5
"license": "MIT",
6
- "author": "Hugo Meissner <hugomeissner@icloud.com>",
+ "author": "GraphCMS",
7
+ "contributors": [
8
+ "Hugo Meissner <hugomeissner@icloud.com>"
9
+ ],
10
"scripts": {
11
"build": "babel src --out-dir ./ --source-maps",
12
"storybook": "start-storybook -p 6006",
@@ -41,5 +44,8 @@
41
44
"dependencies": {
42
45
"intersection-observer": "^0.5.0",
43
46
"prop-types": "^15.6.0"
47
+ },
48
+ "publishConfig": {
49
+ "access": "public"
50
}
51
0 commit comments