Skip to content

Commit 171ce9c

Browse files
committed
bump to 0.1.1
1 parent ad06259 commit 171ce9c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flat-insert",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Returns a new Array or String after inserting and flatten value at index.",
55
"main": "index.js",
66
"scripts": {
@@ -21,7 +21,12 @@
2121
"concat",
2222
"slice",
2323
"splice",
24-
"flat"
24+
"flat",
25+
"flatten",
26+
"immutable",
27+
"merge",
28+
"values",
29+
"mixed"
2530
],
2631
"author": "Isis T. Baulig",
2732
"license": "MIT",

0 commit comments

Comments
 (0)