Skip to content

Commit c6d938f

Browse files
author
Phillip Clark
committedMay 9, 2016
added contributors, marking version
1 parent 9ec57fa commit c6d938f

File tree

3 files changed

+40
-10
lines changed

3 files changed

+40
-10
lines changed
 

‎bower.json

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
11
{
22
"name": "deep-diff",
33
"main": "index.js",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"homepage": "https://github.com/flitbit/diff",
66
"authors": [
7-
"Phillip Clark <phillip@flitbit.com>"
7+
"Dan Drinkard <dan.drinkard@gmail.com>",
8+
"Daniel Spangler <daniel.spangler@gmail.com>",
9+
"Denning <denningj@amazon.com>",
10+
"Elad Efrat <elad@iNNU.ORG>",
11+
"Mats Bryntse <mats.dev@bryntum.com>",
12+
"Nicholas Calugar <njcalugar@gmail.com>",
13+
"Paul Pflugradt <paulpflugradt@googlemail.com>",
14+
"Phillip Clark <phillip@flitbit.com>",
15+
"Serkan Serttop <serkanserttop@yahoo.com>",
16+
"Simen Bekkhus <sbekkhus91@gmail.com>",
17+
"Tom Ashworth <tashworth@twitter.com>",
18+
"Tom MacWright <tmcw@users.noreply.github.com>",
19+
"Yandell <hyandell@amazon.com>",
20+
"ZauberNerd <zaubernerd@zaubernerd.de>",
21+
"caasi Huang <caasi.igd@gmail.com>",
22+
"icesoar <icesoar@hotmail.com>",
23+
"orlando <operri@opentable.com>",
24+
"ravishivt <javishi@gmail.com>",
25+
"wooorm <tituswormer@gmail.com>"
826
],
927
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.",
1028
"keywords": [

‎component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deep-diff",
33
"description": "Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"license": "MIT",
66
"keywords": [
77
"diff",

‎package.json

+19-7
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,24 @@
1111
],
1212
"author": "Phillip Clark <phillip@flitbit.com>",
1313
"contributors": [
14-
"SocalNick",
15-
"sonstone",
16-
"ravishivt",
17-
"SimenB",
18-
"Orlando80",
19-
"joeldenning"
14+
"Dan Drinkard <dan.drinkard@gmail.com>",
15+
"Daniel Spangler <daniel.spangler@gmail.com>",
16+
"Denning <denningj@amazon.com>",
17+
"Elad Efrat <elad@iNNU.ORG>",
18+
"Mats Bryntse <mats.dev@bryntum.com>",
19+
"Nicholas Calugar <njcalugar@gmail.com>",
20+
"Paul Pflugradt <paulpflugradt@googlemail.com>",
21+
"Serkan Serttop <serkanserttop@yahoo.com>",
22+
"Simen Bekkhus <sbekkhus91@gmail.com>",
23+
"Tom Ashworth <tashworth@twitter.com>",
24+
"Tom MacWright <tmcw@users.noreply.github.com>",
25+
"Yandell <hyandell@amazon.com>",
26+
"ZauberNerd <zaubernerd@zaubernerd.de>",
27+
"caasi Huang <caasi.igd@gmail.com>",
28+
"icesoar <icesoar@hotmail.com>",
29+
"orlando <operri@opentable.com>",
30+
"ravishivt <javishi@gmail.com>",
31+
"wooorm <tituswormer@gmail.com>"
2032
],
2133
"files": [
2234
"index.js",
@@ -41,7 +53,7 @@
4153
"uglifyjs": "^2.4.10"
4254
},
4355
"scripts": {
44-
"uglify": "uglifyjs index.js -o releases/deep-diff-$npm_package_version.min.js -r '$,require,exports,module,window,global' -m --comments '/^!/'",
56+
"release": "uglifyjs index.js -o releases/deep-diff-$npm_package_version.min.js -r '$,require,exports,module,window,global' -m --comments '/^!/'",
4557
"pretest": "jscs index.js test/ && jshint index.js test/",
4658
"test": "mocha"
4759
}

0 commit comments

Comments
 (0)
Please sign in to comment.