Skip to content

Commit

Permalink
updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Jan 6, 2018
1 parent 6b58df4 commit 46ae6ae
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ function *makeIterator(size, storage) {
}

const OBJ = createIteratorAndStorage(100);
d

const SEQ = Enumerable.from(OBJ.iterator);
SEQ.consume(); // enumerates the 'iterator' in OBJ
// and fills the 'storage' in OBJ
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-enumerable",
"version": "3.8.0",
"version": "3.9.0",
"description": "ES6 ready LINQ features written in TypeScript",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"homepage": "https://github.com/mkloubert/node-enumerable#readme",
"devDependencies": {
"@types/node": "^7.0.5",
"@types/node": "^7.0.52",
"typedoc": "^0.9.0",
"typedoc-plugin-markdown": "^1.0.11"
"typedoc-plugin-markdown": "^1.0.12"
}
}

0 comments on commit 46ae6ae

Please sign in to comment.