run npm init to validate package.json

This commit is contained in:
forest 2021-02-28 11:13:23 -06:00
parent 39053d1621
commit b15d076479

View File

@ -8,7 +8,7 @@
"url": "git+https://git.sequentialread.com/forest/sequentialread-pow-captcha" "url": "git+https://git.sequentialread.com/forest/sequentialread-pow-captcha"
}, },
"author": "forest johnson <forest.n.johnson@gmail.com>", "author": "forest johnson <forest.n.johnson@gmail.com>",
"license": "GPLv3", "license": "GPL-3.0-or-later",
"bugs": { "bugs": {
"url": "https://git.sequentialread.com/forest/sequentialread-pow-captcha/issues" "url": "https://git.sequentialread.com/forest/sequentialread-pow-captcha/issues"
}, },
@ -26,5 +26,8 @@
], ],
"files": [ "files": [
"static" "static"
] ],
} "directories": {
"static": "static"
}
}