Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Apr 10, 2018
1 parent 4091381 commit fa62f9d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "shallow-clone",
"description": "Make a shallow clone of an object, array or primitive.",
"version": "2.0.2",
"description": "Creates a shallow clone of any JavaScript value.",
"version": "3.0.0",
"homepage": "https://github.com/jonschlinkert/shallow-clone",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand All @@ -24,9 +24,7 @@
"test": "mocha"
},
"dependencies": {
"is-extendable": "^1.0.1",
"kind-of": "^6.0.2",
"mixin-object": "^3.0.0"
"kind-of": "^6.0.2"
},
"devDependencies": {
"gulp-format-md": "^1.0.0",
Expand Down Expand Up @@ -55,12 +53,8 @@
"list": [
"assign-deep",
"clone-deep",
"extend-shallow",
"is-plain-object",
"isobject",
"kind-of",
"mixin-deep",
"mixin-object"
"kind-of"
]
},
"lint": {
Expand Down

0 comments on commit fa62f9d

Please sign in to comment.