mirror of
https://github.com/sequentialread/pow-captcha.git
synced 2025-03-30 15:08:29 +00:00
fix module URL
This commit is contained in:
parent
4fc983e9c2
commit
9e73decf86
@ -250,7 +250,7 @@ A boolean variable that `captcha.js` uses internally, so it can know if it has a
|
||||
|
||||
If you wanted to integrate 💥PoW! Captcha with a JavaScript driven front-end app, like a React-based app for example, you can install it via npm:
|
||||
|
||||
`npm install git+https://git.sequentialread.com/forest/sequentialread-pow-captcha.git`
|
||||
`npm install git+https://git.sequentialread.com/forest/pow-captcha.git`
|
||||
|
||||
and use it like this:
|
||||
|
||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module git.sequentialread.com/forest/sequentialread-pow-captcha
|
||||
module git.sequentialread.com/forest/pow-captcha
|
||||
|
||||
go 1.16
|
||||
|
||||
|
@ -1,23 +1,23 @@
|
||||
{
|
||||
"name": "sequentialread-pow-captcha",
|
||||
"name": "pow-captcha",
|
||||
"version": "0.0.1",
|
||||
"description": "A proof of work based captcha similar to friendly captcha, but lightweight and FLOSS",
|
||||
"main": "static/captcha.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://git.sequentialread.com/forest/sequentialread-pow-captcha.git"
|
||||
"url": "git+https://git.sequentialread.com/forest/pow-captcha.git"
|
||||
},
|
||||
"author": "forest johnson <forest.n.johnson@gmail.com>",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://git.sequentialread.com/forest/sequentialread-pow-captcha/issues"
|
||||
"url": "https://git.sequentialread.com/forest/pow-captcha/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"wasm-build": "cd wasm_build && ./build_wasm.sh",
|
||||
"wasm_build": "cd wasm_build && ./build_wasm.sh",
|
||||
"wasmbuild": "cd wasm_build && ./build_wasm.sh"
|
||||
},
|
||||
"homepage": "https://git.sequentialread.com/forest/sequentialread-pow-captcha",
|
||||
"homepage": "https://git.sequentialread.com/forest/pow-captcha",
|
||||
"keywords": [
|
||||
"captcha",
|
||||
"proof of work",
|
||||
|
@ -275,7 +275,7 @@
|
||||
"a",
|
||||
{
|
||||
"class": "sqr-captcha-link",
|
||||
"href": "https://git.sequentialread.com/forest/sequentialread-pow-captcha",
|
||||
"href": "https://git.sequentialread.com/forest/pow-captcha",
|
||||
"target": "_blank"
|
||||
},
|
||||
"💥PoW! "
|
||||
|
Loading…
x
Reference in New Issue
Block a user