Change entry point
This commit is contained in:
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user