We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c989e4a commit 0b1463eCopy full SHA for 0b1463e
package.json
@@ -48,6 +48,9 @@
48
"test": "NODE_ENV=test nyc ./node_modules/mocha/bin/mocha --require ./test/setup.js \"test/**/*.js\"",
49
"startSampleApp": "yarn build && cd samples/sample-app/ && yarn install && node index.js"
50
},
51
+ "publishConfig": {
52
+ "tag": "beta"
53
+ },
54
"repository": {
55
"type": "git",
56
"url": "git+https://github.com/imagekit-developer/imagekit-javascript.git"
0 commit comments