From 0ae11a96a0350ae85c25bb971cca5041a0d0325d Mon Sep 17 00:00:00 2001 From: Sergiu Danalachi Date: Thu, 11 Apr 2024 15:47:22 +0300 Subject: [PATCH] fix: doc --- examples/cdn/package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/cdn/package.json b/examples/cdn/package.json index cd9d88b..c5e071c 100644 --- a/examples/cdn/package.json +++ b/examples/cdn/package.json @@ -3,15 +3,11 @@ "version": "1.0.0", "private": true, "license": "MIT", - "author": { - "name": "Sergiu Danalachi ", - "url": "https://github.com/DSergiu" - }, "scripts": { "start": "serve -p 3001", "test": "echo Examples have no tests." }, "dependencies": { - "vanilla-hcaptcha": "1.0.0-alpha.3" + "vanilla-hcaptcha": "1.0.2" } }