Skip to content

Commit d7afc52

Browse files
committed
add: more keywords
1 parent d74e9c3 commit d7afc52

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable-sequence",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Immutable sequence",
55
"main": "index.js",
66
"scripts": {
@@ -18,9 +18,14 @@
1818
"url": "git://github.com/qiao/immutable-sequence.js.git"
1919
},
2020
"keywords": [
21+
"persistent",
22+
"functional",
23+
"immutable",
2124
"datastructure",
2225
"algorithm",
23-
"persistent"
26+
"list",
27+
"sequence",
28+
"array"
2429
],
2530
"author": "Xueqiao Xu <[email protected]>",
2631
"license": "MIT",

0 commit comments

Comments
 (0)