Skip to content

Commit 0a04556

Browse files
committed
4.0.0
1 parent 8e6e121 commit 0a04556

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

bower.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"devDependencies": {
1414
"ansi-bold": "^0.1.1",
15+
"arr-flatten": "^1.0.1",
1516
"array-differ": "^1.0.0",
1617
"benchmarked": "^0.2.4",
1718
"gulp-format-md": "^0.1.9",
@@ -27,16 +28,13 @@
2728
"differ",
2829
"difference"
2930
],
30-
"version": "3.0.0",
31+
"version": "4.0.0",
3132
"bugs": {
3233
"url": "https://github.com/jonschlinkert/arr-diff/issues"
3334
},
3435
"files": [
3536
"index.js"
3637
],
37-
"dependencies": {
38-
"arr-flatten": "^1.0.1"
39-
},
4038
"ignore": [
4139
"actual",
4240
"bower_components",
@@ -46,5 +44,9 @@
4644
"test",
4745
"test.js",
4846
"tmp"
47+
],
48+
"contributors": [
49+
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
50+
"Paul Miller <paul+gh@paulmillr.com> (paulmillr.com)"
4951
]
5052
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arr-diff",
33
"description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"homepage": "https://github.com/jonschlinkert/arr-diff",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [
@@ -66,4 +66,4 @@
6666
"reflinks": true
6767
}
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)