We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad06259 commit 171ce9cCopy full SHA for 171ce9c
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flat-insert",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Returns a new Array or String after inserting and flatten value at index.",
5
"main": "index.js",
6
"scripts": {
@@ -21,7 +21,12 @@
21
"concat",
22
"slice",
23
"splice",
24
- "flat"
+ "flat",
25
+ "flatten",
26
+ "immutable",
27
+ "merge",
28
+ "values",
29
+ "mixed"
30
],
31
"author": "Isis T. Baulig",
32
"license": "MIT",
0 commit comments