change urls to git.pixelplanet.fun

This commit is contained in:
HF 2022-06-18 11:33:57 +02:00
parent 2800790814
commit acc263fc06
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ppfun-captcha",
"version": "1.6.6",
"version": "1.6.7",
"description": "Generate single-path svg captcha in node.js or express.js",
"main": "index.js",
"scripts": {
@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixelplanetdev/ppfun-captcha"
"url": "git+https://git.pixelplanet.fun/ppfun/captcha.git"
},
"keywords": [
"captcha",
@ -19,17 +19,17 @@
"captcha alternative"
],
"author": {
"name": "ppfun",
"email": "pixelplanetdev@gmail.com"
"name": "HF",
"email": "hf@pixelplanet.fun"
},
"engines": {
"node": ">=4.x"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pixelplanetdev/ppfun-captcha/issues"
"url": "https://git.pixelplanet.fun/ppfun/captcha/issues"
},
"homepage": "https://github.com/pixelplanetdev/ppfun-captcha",
"homepage": "https://git.pixelplanet.fun/ppfun/captcha",
"dependencies": {
"opentype.js": "^0.7.3"
},