Skip to content

Commit 6becbf2

Browse files
committed
update keywords
1 parent 83137e4 commit 6becbf2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

bower.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
"version": "0.9.4",
44
"description": "Comprehensive data-structure and LINQ library for JavaScript.",
55
"keywords": [
6+
"mx",
67
"multiplex",
78
"javascript",
89
"linq",
10+
"collection",
911
"data-structure",
12+
"lazy",
13+
"lambda",
1014
"iterator",
1115
"library",
12-
"framework"
16+
"framework",
17+
"es6"
1318
],
1419
"homepage": "https://github.com/multiplex/multiplex.js",
1520
"license": "Apache",

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212
}
1313
],
1414
"keywords": [
15+
"mx",
1516
"multiplex",
1617
"javascript",
1718
"linq",
19+
"collection",
1820
"data-structure",
21+
"lazy",
22+
"lambda",
1923
"iterator",
2024
"library",
21-
"framework"
25+
"framework",
26+
"es6"
2227
],
2328
"bugs": {
2429
"url": "https://github.com/multiplex/multiplex.js/issues"

0 commit comments

Comments
 (0)