Skip to content

Commit

Permalink
chore: update pkg meta
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 14, 2020
1 parent 3949d6b commit 2788879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "klona",
"version": "1.1.2",
"repository": "lukeed/klona",
"description": "A tiny (423B) and fast utility to \"deep clone\" Objects, Arrays, Dates, RegExps, and more!",
"description": "A tiny (240B to 507B) 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",
Expand All @@ -15,7 +15,10 @@
},
"files": [
"*.d.ts",
"dist"
"dist",
"full",
"json",
"lite"
],
"modes": {
"json": "src/json.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ npm install --save klona

## Modes

There are multiple "versions" of `klona` available, which allows you to select the functionality/support-matrix that you need!
There are multiple "versions" of `klona` available, which allows you to bring only the functionality you need!

#### `klona/json`
> **Size (gzip):** 240 bytes<br>
Expand Down

0 comments on commit 2788879

Please sign in to comment.