Skip to content

Commit cd48662

Browse files
committed
Merge remote-tracking branch 'origin/master'
1 parent af952d8 commit cd48662

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"test": "mocha"
2424
},
2525
"dependencies": {
26-
"arr-flatten": "^1.0.1",
27-
"array-slice": "^0.2.3"
26+
"arr-flatten": "^1.0.1"
2827
},
2928
"devDependencies": {
3029
"array-differ": "^1.0.0",
@@ -49,4 +48,4 @@
4948
]
5049
}
5150
}
52-
}
51+
}

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
/* deps: mocha */
3+
require('mocha');
44
require('should');
55
var diff = require('./');
66

0 commit comments

Comments
 (0)