Skip to content

Commit

Permalink
1.0.0 release with new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin1994 committed May 9, 2021
1 parent 549ccca commit 724de23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Since this library is a ES2018 port of LINQ from .NET, please refer to [System.L
### Start using LINQ

```javascript
import { from } from "es-linq";
import { from } from "es2018-linq";

console.log(
from([-1, 0, 1, 2])
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es-linq",
"name": "es2018-linq",
"version": "1.0.0",
"description": "LINQ for ES2018+",
"description": "LINQ for ES2018",
"author": "Martin Chloride <i@martincl2.me>",
"keywords": [
"LINQ",
Expand Down

0 comments on commit 724de23

Please sign in to comment.