Skip to content

Commit 676d874

Browse files
committed
update deps and metadata
1 parent e4b4039 commit 676d874

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"version": "0.4.5",
55
"homepage": "https://github.com/jonschlinkert/assign-deep",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7+
"contributors": [
8+
"Brian Woodward (https://twitter.com/doowb)",
9+
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
10+
],
711
"repository": "jonschlinkert/assign-deep",
812
"bugs": {
913
"url": "https://github.com/jonschlinkert/assign-deep/issues"
@@ -22,11 +26,11 @@
2226
"dependencies": {
2327
"assign-symbols": "^0.1.1",
2428
"is-primitive": "^2.0.0",
25-
"kind-of": "^3.0.2"
29+
"kind-of": "^5.0.2"
2630
},
2731
"devDependencies": {
28-
"gulp-format-md": "^0.1.7",
29-
"mocha": "^2.4.5"
32+
"gulp-format-md": "^1.0.0",
33+
"mocha": "^3.5.0"
3034
},
3135
"keywords": [
3236
"assign",
@@ -53,6 +57,7 @@
5357
"gulp-format-md"
5458
],
5559
"related": {
60+
"description": "You might also be interested in these projects:",
5661
"list": [
5762
"assign-symbols",
5863
"extend-shallow",

0 commit comments

Comments
 (0)