Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
obsius committed Jan 19, 2020
1 parent 0a56ca2 commit 0b2cdf9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Package | Time (ms)
[email protected] | 1361
[email protected] | 1048
qdclone | 441
qdclone (*\*w/casting*) | 525
qdclone (*\* with casting*) | 525

*\* only `quick-deep-clone` supports casting prototypes*

Expand Down Expand Up @@ -100,8 +100,6 @@ function runBench(type, obj, iterations, ...args) {
return cloned;
}

/* object */

function makeX() {

let x = {
Expand Down Expand Up @@ -144,6 +142,9 @@ function makeX() {
}
```

## License
## Contributing
Feel free to make changes and submit pull requests whenever.

MIT

## License
Mousetouch uses the [MIT](https://opensource.org/licenses/MIT) license.
5 changes: 0 additions & 5 deletions package-lock.json

This file was deleted.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "quick-deep-clone",
"version": "1.0.4",
"version": "1.0.5",
"description": "Quick deep clone.",
"homepage": "https://github.com/obsius/quick-deep-clone",
"author": "Jeff Seaman <[email protected]> (https://www.ngc6822.com)",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/obsius/quick-deep-clone",
"repository": {
"type": "git",
"url": "https://github.com/obsius/quick-deep-clone.git"
},
"bugs": {
"url": "https://github.com/obsius/quick-deep-clone/issues"
},
"keywords": [
"clone",
"deep",
Expand Down

0 comments on commit 0b2cdf9

Please sign in to comment.