Skip to content

Commit

Permalink
Sync'd keywords between settings.yml and package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Sears committed Aug 31, 2021
1 parent f923b1c commit 6002017
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,22 @@
"url": "git+https://github.com/jsdsl/iterator.git"
},
"keywords": [
"typescript",
"iteration",
"iterator"
"iterator",
"iterators",
"iterable",
"iterables",
"async-iterator",
"async-iterators",
"async-iteration",
"async-iterable",
"async-iterables",
"for-each",
"for-in",
"for-of",
"for-await",
"for-await-of"
],
"author": "Trevor Sears <[email protected]> (https://trevorsears.com/)",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 6002017

Please sign in to comment.