Skip to content

Commit 0f88b2a

Browse files
upgrade README+package.json for 0.8.3
1 parent 7a10828 commit 0f88b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Intro
88

9-
prelude-ts is a TypeScript library which aims to make functional programming
9+
prelude-ts (previously prelude.ts) is a TypeScript library which aims to make functional programming
1010
concepts accessible and productive in TypeScript. Note that even though it's
1111
written in TypeScript, it's perfectly usable from JavaScript (including ES5)!
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prelude-ts",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "A typescript functional programming library",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)