Skip to content

Commit 3f64979

Browse files
committed
Remove empty keyword
1 parent 252c0fa commit 3f64979

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
],
3636
"keywords": [
3737
"mongodb",
38-
"queue",
39-
""
38+
"queue"
4039
],
4140
"scripts": {
4241
"test": "set -e; for FILE in test/*.js; do node $FILE; done"

0 commit comments

Comments
 (0)