Skip to content

Commit 030953b

Browse files
committed
Merge pull request #2 from paulmillr/patch-2
Forgot to remove pkg from package.json.
2 parents af952d8 + 82297f8 commit 030953b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
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+
}

0 commit comments

Comments
 (0)