We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471e714 commit 5206994Copy full SHA for 5206994
README.md
@@ -11,6 +11,8 @@
11
12
1. [Requirements](#requirements-)
13
2. [Installation](#installation-)
14
+ * [NodeJS](#nodejs-)
15
+ * [Browser](#browser-)
16
3. [Usage](#usage-)
17
* [Create a sequence](#create-a-sequence-)
18
* [Work with them](#work-with-them-)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-enumerable",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "ES6 ready LINQ features written in TypeScript",
5
"main": "index.js",
6
"scripts": {
0 commit comments