We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55002dd commit 0df7d2eCopy full SHA for 0df7d2e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flat-insert",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Returns a new Array or String after inserting and flatten value at index.",
5
"main": "index.js",
6
"scripts": {
@@ -13,20 +13,29 @@
13
"keywords": [
14
"array",
15
"string",
16
+ "object",
17
"insert",
18
"inject",
19
"position",
20
"index",
21
"join",
22
"concat",
23
+ "glue",
24
"slice",
25
"splice",
26
+ "tested",
27
+ "tape",
28
+ "tap",
29
+ "no dependencies",
30
"flat",
31
+ "benchmark",
32
"flatten",
33
"immutable",
34
"merge",
35
"values",
- "mixed"
36
+ "mixed",
37
+ "browserify",
38
+ "webpack"
39
],
40
"author": "Isis T. Baulig",
41
"license": "MIT",
0 commit comments