From bd801de0f8a5fea72d682990f890bf93c17d498c Mon Sep 17 00:00:00 2001 From: Hermann Pauly Date: Wed, 16 Nov 2022 14:26:31 +0100 Subject: [PATCH] Version 1.7.0 --- package.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 723bae0..f14463e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pragmatic-fp-ts", - "version": "1.6.0", + "version": "1.7.0", "description": "Opinionated functional programming library with easy use in mind", "git-repository": "https://github.com/hermann-p/pragmatic-fp-ts", "bugs": "https://github.com/hermann-p/pragmatic-fp-ts/issues", @@ -13,14 +13,7 @@ "dev": "tsc --watch", "clean": "rm -fr dist lib" }, - "keywords": [ - "fp", - "ramda", - "typescript", - "sanctuary", - "monads", - "maybe" - ], + "keywords": ["fp", "ramda", "typescript", "sanctuary", "monads", "maybe"], "author": "hermann-p", "license": "MIT", "repository": "github:/hermann-p/pragmatic-fp-ts",