We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5433d2 commit 7cf6680Copy full SHA for 7cf6680
.gitignore
@@ -6,6 +6,7 @@ yarn-debug.log*
6
yarn-error.log*
7
lerna-debug.log*
8
yarn.lock
9
+.lh
10
11
# Diagnostic reports (https://nodejs.org/api/report.html)
12
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
.npmignore
@@ -5,4 +5,6 @@ jest.config.js
5
.vscode
**/run*ts
dist/run.*
-*.tgz
+*.tgz
+.gitpod.yml
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "fromit",
3
"private": false,
4
- "version": "2.0.9",
+ "version": "2.0.10",
"description": "Typescript linq",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments