Skip to content

Commit

Permalink
v0.8.1 second commit :)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-zozol committed Jun 5, 2019
1 parent 8564310 commit 3cc3bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-ts/examples/flow/nop-any-eos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const string = '-MONDAY-';


function combinator() {
return F.any().then(day()).then(F.nop()).then(F.any()).thenEos();
return F.any().then(day()).then(F.nop()).then(F.any()).eos();
}

let stream = Streams.ofString(string);
Expand Down
2 changes: 1 addition & 1 deletion integration-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "3.2.4"
},
"scripts": {
"test": "ts-node ./examples/index.ts",
"test": "rm -r examples/*.js && rm -r examples/*.map && ts-node ./examples/index.ts",
"specific": "ts-node ./examples/markdown/test/markdown-tests.ts"
},
"author": "",
Expand Down

0 comments on commit 3cc3bdb

Please sign in to comment.