Skip to content

Commit 27a92f2

Browse files
committed
fix: update version to 5.0.0-beta.2 and adjust publish configuration
1 parent 064596c commit 27a92f2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagekit/javascript",
3-
"version": "5.0.0-beta.1",
3+
"version": "5.0.0-beta.2",
44
"description": "ImageKit Javascript SDK",
55
"main": "dist/imagekit.cjs.js",
66
"module": "dist/imagekit.esm.js",
@@ -49,7 +49,8 @@
4949
"startSampleApp": "yarn build && cd samples/sample-app/ && yarn install && node index.js"
5050
},
5151
"publishConfig": {
52-
"tag": "beta"
52+
"tag": "beta",
53+
"access": "public"
5354
},
5455
"repository": {
5556
"type": "git",

0 commit comments

Comments
 (0)