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",