Skip to content

Commit

Permalink
fix: enable public access
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab authored Mar 27, 2021
1 parent 2d2fa42 commit 854a736
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.0.0-semantically-released",
"main": "index.js",
"license": "MIT",
"author": "Hugo Meissner <hugomeissner@icloud.com>",
"author": "GraphCMS",
"contributors": [
"Hugo Meissner <hugomeissner@icloud.com>"
],
"scripts": {
"build": "babel src --out-dir ./ --source-maps",
"storybook": "start-storybook -p 6006",
Expand Down Expand Up @@ -41,5 +44,8 @@
"dependencies": {
"intersection-observer": "^0.5.0",
"prop-types": "^15.6.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 854a736

Please sign in to comment.