From b9f0e996668afa4d9d82ce46bd93a60cdd53edff Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Tue, 15 Sep 2020 12:10:22 -0700 Subject: [PATCH] chore: update module size --- package.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f6537af..f35a9f1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "klona", "version": "2.0.3", "repository": "lukeed/klona", - "description": "A tiny (240B to 507B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", + "description": "A tiny (240B to 501B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!", "module": "dist/index.mjs", "unpkg": "dist/index.min.js", "main": "dist/index.js", diff --git a/readme.md b/readme.md index a3595d4..ad6a02d 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ -
A tiny (240B to 507B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!
+
A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!
## Features @@ -72,7 +72,7 @@ import { klona } from 'klona'; ``` #### `klona/full` -> **Size (gzip):** 507 bytes
+> **Size (gzip):** 501 bytes
> **Availability:** [CommonJS](https://unpkg.com/klona/full/index.js), [ES Module](https://unpkg.com/klona/full/index.mjs), [UMD](https://unpkg.com/klona/full/index.min.js)
> **Ability:** extends `klona` with support for Symbol properties and and non-enumerable properties