Skip to content

Commit 51202a8

Browse files
committed
3.0
1 parent 4f279f2 commit 51202a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
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": "2.0.0",
4+
"version": "3.0.0",
55
"homepage": "https://github.com/jonschlinkert/arr-diff",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"repository": "jonschlinkert/arr-diff",
@@ -63,4 +63,4 @@
6363
"array-differ"
6464
]
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)