Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isc30 committed Sep 22, 2017
1 parent f75ccbd commit af257c9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ Interfaces for this lib are already designed. New versions won't break the old c
We strongly recommend using `*` for version selector
```json
dependencies {
...
"linq-collections": "*",
...
"linq-collections": "*"
}
```

Expand Down
25 changes: 21 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
{
"name": "linq-collections",
"version": "1.0.9",
"version": "1.0.10",
"description": "Linq-Collections: (IEnumerable, ...) + (List, Dictionary, ...)",
"keywords": [
"linq", ".net", "dotnet", "collections", "enumerable", "ienumerable",
"ts", "typescript", "js", "javascript", "dictionary", "list", "container",
"hashset", "objects", "csharp", "map", "iterator", "iterators", "array"
"linq",
".net",
"dotnet",
"collections",
"enumerable",
"ienumerable",
"ts",
"typescript",
"js",
"javascript",
"dictionary",
"list",
"container",
"hashset",
"objects",
"csharp",
"map",
"iterator",
"iterators",
"array"
],
"main": "./build/src/Linq.js",
"files": [
Expand Down

0 comments on commit af257c9

Please sign in to comment.