Skip to content

Commit 4c031ce

Browse files
committed
add array-slice back to devDeps for benchmarks, update bower
2 parents cd48662 + 030953b commit 4c031ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"index.js"
1515
],
1616
"dependencies": {
17-
"arr-flatten": "^1.0.1",
18-
"array-slice": "^0.2.3"
17+
"arr-flatten": "^1.0.1"
1918
},
2019
"devDependencies": {
2120
"array-differ": "^1.0.0",
21+
"array-slice": "^0.2.3",
2222
"benchmarked": "^0.1.4",
2323
"chalk": "^1.1.1",
2424
"mocha": "^2.2.5",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"array-differ": "^1.0.0",
30+
"array-slice": "^0.2.3",
3031
"benchmarked": "^0.1.4",
3132
"chalk": "^1.1.1",
3233
"mocha": "^2.2.5",

0 commit comments

Comments
 (0)