Skip to content

Commit 6002017

Browse files
author
Trevor Sears
committed
Sync'd keywords between settings.yml and package.json.
1 parent f923b1c commit 6002017

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,22 @@
1616
"url": "git+https://github.com/jsdsl/iterator.git"
1717
},
1818
"keywords": [
19+
"typescript",
1920
"iteration",
20-
"iterator"
21+
"iterator",
22+
"iterators",
23+
"iterable",
24+
"iterables",
25+
"async-iterator",
26+
"async-iterators",
27+
"async-iteration",
28+
"async-iterable",
29+
"async-iterables",
30+
"for-each",
31+
"for-in",
32+
"for-of",
33+
"for-await",
34+
"for-await-of"
2135
],
2236
"author": "Trevor Sears <trevor@trevorsears.com> (https://trevorsears.com/)",
2337
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)