Skip to content

Commit

Permalink
upgrade README+package.json for 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed Sep 4, 2019
1 parent 7a10828 commit 0f88b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Intro

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
concepts accessible and productive in TypeScript. Note that even though it's
written in TypeScript, it's perfectly usable from JavaScript (including ES5)!

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prelude-ts",
"version": "0.8.2",
"version": "0.8.3",
"description": "A typescript functional programming library",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down

0 comments on commit 0f88b2a

Please sign in to comment.