-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Phillip Clark
committed
Apr 23, 2017
1 parent
4fa76c5
commit 5945c6a
Showing
6 changed files
with
53 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,35 @@ | ||
{ | ||
"name": "deep-diff", | ||
"main": "index.js", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"homepage": "https://github.com/flitbit/diff", | ||
"authors": [ | ||
"Dan Drinkard <[email protected]>", | ||
"Daniel Spangler <[email protected]>", | ||
"Denning <[email protected]>", | ||
"Elad Efrat <[email protected]>", | ||
"Mats Bryntse <[email protected]>", | ||
"Nicholas Calugar <[email protected]>", | ||
"Paul Pflugradt <[email protected]>", | ||
"Phillip Clark <[email protected]>", | ||
"Serkan Serttop <[email protected]>", | ||
"Simen Bekkhus <[email protected]>", | ||
"Tom Ashworth <[email protected]>", | ||
"Tom MacWright <[email protected]>", | ||
"Paul Pflugradt <[email protected]>", | ||
"wooorm <[email protected]>", | ||
"Nicholas Calugar <[email protected]>", | ||
"Yandell <[email protected]>", | ||
"Thiago Santos <[email protected]>", | ||
"Steve Mao <[email protected]>", | ||
"Mats Bryntse <[email protected]>", | ||
"Phillip Clark <[email protected]>", | ||
"ZauberNerd <[email protected]>", | ||
"caasi Huang <[email protected]>", | ||
"ravishivt <[email protected]>", | ||
"Daniel Spangler <[email protected]>", | ||
"Thomas de Barochez <[email protected]>", | ||
"Morton Fox <[email protected]>", | ||
"Amila Welihinda <[email protected]>", | ||
"Will Biddy <[email protected]>", | ||
"icesoar <[email protected]>", | ||
"Serkan Serttop <[email protected]>", | ||
"orlando <[email protected]>", | ||
"ravishivt <[email protected]>", | ||
"wooorm <[email protected]>" | ||
"Tom MacWright <[email protected]>", | ||
"Denning <[email protected]>", | ||
"Dan Drinkard <[email protected]>", | ||
"Elad Efrat <[email protected]>", | ||
"caasi Huang <[email protected]>", | ||
"Tom Ashworth <[email protected]>" | ||
], | ||
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.", | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "deep-diff", | ||
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"license": "MIT", | ||
"keywords": [ | ||
"diff", | ||
|
@@ -11,24 +11,31 @@ | |
], | ||
"author": "Phillip Clark <[email protected]>", | ||
"contributors": [ | ||
"Dan Drinkard <[email protected]>", | ||
"Daniel Spangler <[email protected]>", | ||
"Denning <[email protected]>", | ||
"Elad Efrat <[email protected]>", | ||
"Mats Bryntse <[email protected]>", | ||
"Nicholas Calugar <[email protected]>", | ||
"Paul Pflugradt <[email protected]>", | ||
"Serkan Serttop <[email protected]>", | ||
"Simen Bekkhus <[email protected]>", | ||
"Tom Ashworth <[email protected]>", | ||
"Tom MacWright <[email protected]>", | ||
"Paul Pflugradt <[email protected]>", | ||
"wooorm <[email protected]>", | ||
"Nicholas Calugar <[email protected]>", | ||
"Yandell <[email protected]>", | ||
"Thiago Santos <[email protected]>", | ||
"Steve Mao <[email protected]>", | ||
"Mats Bryntse <[email protected]>", | ||
"Phillip Clark <[email protected]>", | ||
"ZauberNerd <[email protected]>", | ||
"caasi Huang <[email protected]>", | ||
"ravishivt <[email protected]>", | ||
"Daniel Spangler <[email protected]>", | ||
"Thomas de Barochez <[email protected]>", | ||
"Morton Fox <[email protected]>", | ||
"Amila Welihinda <[email protected]>", | ||
"Will Biddy <[email protected]>", | ||
"icesoar <[email protected]>", | ||
"Serkan Serttop <[email protected]>", | ||
"orlando <[email protected]>", | ||
"ravishivt <[email protected]>", | ||
"wooorm <[email protected]>" | ||
"Tom MacWright <[email protected]>", | ||
"Denning <[email protected]>", | ||
"Dan Drinkard <[email protected]>", | ||
"Elad Efrat <[email protected]>", | ||
"caasi Huang <[email protected]>", | ||
"Tom Ashworth <[email protected]>" | ||
], | ||
"files": [ | ||
"index.js", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters