We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2632de commit ccd037fCopy full SHA for ccd037f
index.js
@@ -1,4 +1,3 @@
1
-var slice = require('lodash.slice')
2
/**
3
* Returns a new Array or String after inserting and flatten value at index.
4
* @param {Array|String} input - Input value.
package.json
@@ -38,8 +38,5 @@
38
"benchmark": "^2.1.0",
39
"tape": "^4.4.0"
40
},
41
- "dependencies": {
42
- "lodash.concat": "^4.0.1",
43
- "lodash.slice": "^4.0.1"
44
- }
+ "dependencies": {}
45
}
0 commit comments