Skip to content

Commit 72156c9

Browse files
committed
fixed package.json
1 parent 13eb861 commit 72156c9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Linq4JS
2+
23
Linq methods for JavaScript/TypeScript for working with Arrays
34

45
This simple Extension works with array of complex Objects as well as simple arrays of strings etc. The whole thing is written in TypeScript but also usable in JavaScript
@@ -33,7 +34,7 @@ Conclusion:
3334
* Angular Support (event directly in Views if using Strings as Expression-Syntax)
3435
* Lightweight
3536
* Fast
36-
* .NET Syntax
37+
* Syntax from .NET
3738

3839
## Getting Started
3940

@@ -423,4 +424,4 @@ array.Distinct("x => x", true);
423424

424425
## Author
425426

426-
[Morris Janatzek](http://morrisj.net) ([morrisjdev](https://github.com/morrisjdev))
427+
[Morris Janatzek](http://morrisj.net) ([morrisjdev](https://github.com/morrisjdev))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "linq4js",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Linq methods for JavaScript/TypeScript for working with Arrays",
5+
"main": "dist/Linq4JS.js",
56
"repository": {
67
"type": "git",
78
"url": "https://github.com/morrisjdev/Linq4JS"

0 commit comments

Comments
 (0)