Skip to content

Commit 0b1463e

Browse files
committed
chore: add publishConfig with beta tag in package.json
1 parent c989e4a commit 0b1463e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"test": "NODE_ENV=test nyc ./node_modules/mocha/bin/mocha --require ./test/setup.js \"test/**/*.js\"",
4949
"startSampleApp": "yarn build && cd samples/sample-app/ && yarn install && node index.js"
5050
},
51+
"publishConfig": {
52+
"tag": "beta"
53+
},
5154
"repository": {
5255
"type": "git",
5356
"url": "git+https://github.com/imagekit-developer/imagekit-javascript.git"

0 commit comments

Comments
 (0)