Skip to content

Commit

Permalink
1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Jun 25, 2016
1 parent 18484e0 commit df612ee
Showing 1 changed file with 61 additions and 11 deletions.
72 changes: 61 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "69d1a00e-7f6c-40a4-ab2e-70257bcd245c-es2015",
"version": "1.8.6",
"version": "1.8.7",
"description": "Language-Integrated Query (LINQ)",
"main": "src/linq-ts.js",
"typings": "lib/lib.linq.d.ts",
Expand All @@ -9,16 +9,66 @@
"email": "evgeni@eniks.com"
},
"keywords": [
"linq", "LINQ", "deferred", "query",
"Enumerable", "Iterable", "IEnumerable", "IEnumerator", "Enumerator", "System.Linq",
"generators", "Symbol", "symbol.iterator", "iterator",
"Aggregate", "All", "Any", "Average", "Concat", "Contains", "Count", "DefaultIfEmpty",
"Distinct", "ElementAt", "ElementAtOrDefault", "Except", "First", "FirstOrDefault",
"GroupBy", "GroupJoin", "Intersect", "Join", "Last", "LastOrDefault", "Max", "Min",
"OrderBy", "OrderByDescending", "ThenBy", "ThenByDescending", "Range", "Repeat", "Reverse",
"Select", "SelectMany", "SequenceEqual", "Single", "SingleOrDefault", "Skip", "SkipWhile",
"Sum", "Take", "TakeWhile", "ToArray", "ToMap", "Union", "Where", "Zip",
"es6", "es2015"
"linq",
"LINQ",
"deferred",
"query",
"Enumerable",
"Iterable",
"IEnumerable",
"IEnumerator",
"Enumerator",
"System.Linq",
"generators",
"Symbol",
"symbol.iterator",
"iterator",
"Aggregate",
"All",
"Any",
"Average",
"Concat",
"Contains",
"Count",
"DefaultIfEmpty",
"Distinct",
"ElementAt",
"ElementAtOrDefault",
"Except",
"First",
"FirstOrDefault",
"GroupBy",
"GroupJoin",
"Intersect",
"Join",
"Last",
"LastOrDefault",
"Max",
"Min",
"OrderBy",
"OrderByDescending",
"ThenBy",
"ThenByDescending",
"Range",
"Repeat",
"Reverse",
"Select",
"SelectMany",
"SequenceEqual",
"Single",
"SingleOrDefault",
"Skip",
"SkipWhile",
"Sum",
"Take",
"TakeWhile",
"ToArray",
"ToMap",
"Union",
"Where",
"Zip",
"es6",
"es2015"
],
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit df612ee

Please sign in to comment.