Skip to content

Commit 8d22067

Browse files
committed
lint
1 parent d7df9e5 commit 8d22067

File tree

3 files changed

+26
-64
lines changed

3 files changed

+26
-64
lines changed

.npmignore

Lines changed: 0 additions & 59 deletions
This file was deleted.

LICENSE-MIT renamed to LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Jon Schlinkert, contributors.
3+
Copyright (c) 2014-2015 Jon Schlinkert.
44

55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

bower.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
{
22
"name": "arr-diff",
3-
"version": "1.0.1",
4-
"main": [
5-
"index.js"
6-
],
3+
"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+
"repository": "jonschlinkert/arr-diff",
5+
"license": "MIT",
6+
"homepage": "https://github.com/jonschlinkert/arr-diff",
77
"authors": [
88
{
99
"name": "Jon Schlinkert",
1010
"homepage": "https://github.com/jonschlinkert"
1111
}
12+
],
13+
"main": [
14+
"index.js"
15+
],
16+
"dependencies": {
17+
"arr-flatten": "^1.0.1",
18+
"array-slice": "^0.2.3"
19+
},
20+
"devDependencies": {
21+
"array-differ": "^1.0.0",
22+
"benchmarked": "^0.1.4",
23+
"chalk": "^1.1.1",
24+
"mocha": "^2.2.5",
25+
"should": "^7.0.4"
26+
},
27+
"keywords": [
28+
"arr",
29+
"array",
30+
"diff",
31+
"differ",
32+
"difference"
1233
]
1334
}

0 commit comments

Comments
 (0)