Change entry point

This commit is contained in:
Tiago Rangel
2025-01-12 12:03:28 +00:00
parent 2e7b04598c
commit ae5b36ac80
+3 -3
View File
@@ -1,8 +1,8 @@
{
"name": "capdotjs",
"version": "0.0.1",
"version": "0.0.2",
"author": "Tiago Rangel",
"main": "index.js",
"main": "lib/cap.min.js",
"description": "A modern, lightning-quick PoW captcha",
"keywords": [
"captcha",
@@ -14,7 +14,7 @@
"node"
],
"scripts": {
"start": "command bun &> /dev/null && bun run index.js || node index.js",
"demo": "command bun &> /dev/null && bun run index.js || node index.js",
"build": "command bun &> /dev/null && bun run build.js || node build.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "cd docs && bun run docs:dev",