From 2c06875ee224a4bf29e7bb11a6419b3dcc9976fb 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 +----- pnpm-lock.yaml | 8 ++------ 2 files changed, 3 insertions(+), 11 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" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cb5f54f..132c7a4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: examples/cdn: dependencies: vanilla-hcaptcha: - specifier: 1.0.0-alpha.3 - version: 1.0.0-alpha.3 + specifier: 1.0.2 + version: link:../.. packages/vanilla-hcaptcha: devDependencies: @@ -5648,10 +5648,6 @@ packages: builtins: 1.0.3 dev: true - /vanilla-hcaptcha@1.0.0-alpha.3: - resolution: {integrity: sha512-HxdQlCJAJlX4mBzqZMLuYIqnscSjAYHzzjradPL/NClnnS9fVmMz771dOYNGmj1uaVfLMGYOoWdTPi8YUyKc3Q==} - dev: false - /vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'}