Skip to content

Commit 7bd5e52

Browse files
Update package.json
1 parent 918758f commit 7bd5e52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@
4444
"Friendly Captcha"
4545
],
4646
"scripts": {
47-
"go": "tsc && node ./dist/index.js",
48-
"dev": "tsc && node ./issues/dev",
47+
"build": "tsc && node ./dist/index.js",
4948
"jsdoc": "jsdoc",
5049
"docgen": "tsc && yarn jsdoc ./dist -R \"./readme.md\" -P \"./package.json\" -t \"./node_modules/jaguarjs-jsdoc\" -d \"./docs\" -r",
51-
"test": "tsc && node ./tests/mtCaptcha.js"
50+
"example": "tsc && node ./tests/mtCaptcha.js"
5251
},
5352
"dependencies": {
5453
"node-fetch": "^2.6.1"

0 commit comments

Comments
 (0)