Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank3736 committed Oct 3, 2021
1 parent 1e5092a commit c884c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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": {
"docsgen": "jsdoc --configure .jsdoc.json --verbose",
"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",
Expand Down

0 comments on commit c884c4c

Please sign in to comment.