From ba7ea58917e1e3a539e3eeac6c844e3ae41340ed Mon Sep 17 00:00:00 2001 From: gabriel-logan Date: Thu, 25 Jul 2024 19:40:20 -0300 Subject: [PATCH] reset: 2.1.6v --- README.md | 10 +- package.json | 16 +- test.mjs | 7 + tsconfig.json | 7 +- webpack.config.js | 2 +- yarn.lock | 1048 ++++++++++++++++++++++++++++++++++++++++++++- 6 files changed, 1056 insertions(+), 34 deletions(-) create mode 100644 test.mjs diff --git a/README.md b/README.md index c281a24..920411e 100644 --- a/README.md +++ b/README.md @@ -18,27 +18,27 @@ Feel free to find bugs and report them to me. Your feedback is highly appreciate jsDelivr: ```bash -https://cdn.jsdelivr.net/npm/multiform-validator@2.1.7/dist/cjs/index.min.js +https://cdn.jsdelivr.net/npm/multiform-validator@2.1.8/dist/bundle.min.js ``` ```html - + ``` unpkg: ```bash -https://unpkg.com/multiform-validator@2.1.7/dist/cjs/index.js +https://unpkg.com/multiform-validator@2.1.8/dist/bundle.js ``` ```html - + ``` ### Example of use with CDN ```html - +