We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a10828 commit 0f88b2aCopy full SHA for 0f88b2a
README.md
@@ -6,7 +6,7 @@
6
7
## Intro
8
9
-prelude-ts is a TypeScript library which aims to make functional programming
+prelude-ts (previously prelude.ts) is a TypeScript library which aims to make functional programming
10
concepts accessible and productive in TypeScript. Note that even though it's
11
written in TypeScript, it's perfectly usable from JavaScript (including ES5)!
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "prelude-ts",
3
- "version": "0.8.2",
+ "version": "0.8.3",
4
"description": "A typescript functional programming library",
5
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
0 commit comments