|
11 | 11 | ],
|
12 | 12 | "author": "Phillip Clark <phillip@flitbit.com>",
|
13 | 13 | "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>" |
20 | 32 | ],
|
21 | 33 | "files": [
|
22 | 34 | "index.js",
|
|
41 | 53 | "uglifyjs": "^2.4.10"
|
42 | 54 | },
|
43 | 55 | "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 '/^!/'", |
45 | 57 | "pretest": "jscs index.js test/ && jshint index.js test/",
|
46 | 58 | "test": "mocha"
|
47 | 59 | }
|
|
0 commit comments