From c884c4c293bd5f5b8711709b5d638266f19cb21c Mon Sep 17 00:00:00 2001 From: Shashank3736 Date: Sun, 3 Oct 2021 12:29:13 +0530 Subject: [PATCH] update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 03fb053..4e6541e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "captcha-canvas", - "version": "3.0.0-next.3", + "version": "3.0.0", "description": "A captcha generator by using skia-canvas module.", "main": "./js-script/index.js", "scripts": { @@ -8,7 +8,7 @@ "example": "node examples/example.js", "start": "node .", "test": "tsc test.ts && node test.js", - "publish": "npm publish --tag next" + "publish": "npm publish" }, "repository": { "type": "git",