diff --git a/package.json b/package.json index 542a25f..9bc5d90 100644 --- a/package.json +++ b/package.json @@ -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",