Skip to content

Commit 91d6afb

Browse files
committed
remove namespace; root level Seq module
1 parent 8a20ea1 commit 91d6afb

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Add to your `bsconfig.json`...
3030
{
3131
...
3232
+ "bs-dependencies": ["@jmagaram/rescript-seq"]
33-
+ "bsc-flags": ["-open RescriptSeq"],
3433
}
3534
```
3635

bsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@jmagaram/rescript-seq",
3-
"namespace": "RescriptSeq",
43
"sources": [
54
{ "dir": "src", "subdirs": true },
65
{ "dir": "tests", "subdirs": true, "type": "dev" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jmagaram/rescript-seq",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"module": "",
55
"description": "Lazy sequences for ReScript.",
66
"keywords": [

0 commit comments

Comments
 (0)