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" } }