Skip to content

Commit

Permalink
fix: make project public
Browse files Browse the repository at this point in the history
  • Loading branch information
fgiuliani committed Jan 24, 2022
1 parent 28b6775 commit e95dfb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ import { storyblokInit, apiPlugin } from "@storyblok/js";

const { storyblokApi } = storyblokInit({
accessToken: "YOUR_ACCESS_TOKEN",
bridge: true / false,
use: [apiPlugin],
});
```
Expand Down
5 changes: 4 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@
"bugs": {
"url": "https://github.com/storyblok/storyblok-js/issues"
},
"homepage": "https://github.com/storyblok/storyblok-js"
"homepage": "https://github.com/storyblok/storyblok-js",
"publishConfig": {
"access": "public"
}
}

0 comments on commit e95dfb2

Please sign in to comment.