Skip to content

Commit 724de23

Browse files
committed
1.0.0 release with new package name
1 parent 549ccca commit 724de23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Since this library is a ES2018 port of LINQ from .NET, please refer to [System.L
1515
### Start using LINQ
1616

1717
```javascript
18-
import { from } from "es-linq";
18+
import { from } from "es2018-linq";
1919

2020
console.log(
2121
from([-1, 0, 1, 2])

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "es-linq",
2+
"name": "es2018-linq",
33
"version": "1.0.0",
4-
"description": "LINQ for ES2018+",
4+
"description": "LINQ for ES2018",
55
"author": "Martin Chloride <i@martincl2.me>",
66
"keywords": [
77
"LINQ",

0 commit comments

Comments
 (0)