From 75a8a6f36c4578b96e974fc440492aee3e23d0d7 Mon Sep 17 00:00:00 2001 From: Dejan Toteff Date: Sat, 14 Dec 2024 17:37:17 +0200 Subject: [PATCH] 9.4.1 --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ca0ae09..59b9989c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rambda", - "version": "9.4.0", + "version": "9.4.1", "scripts": { "before": "yarn out && yarn docs", "benchmark": "cd ../rambda-scripts && RAMBDA_RUN_ALL=ON RAMBDA_RUN_INDEXES=ON yarn benchmark", @@ -32,9 +32,7 @@ "depFn": [ "@definitelytyped/dtslint" ], - "dependencies": { - - }, + "dependencies": {}, "devDependencies": { "@babel/core": "7.26.0", "@babel/plugin-proposal-object-rest-spread": "7.20.7", @@ -103,4 +101,4 @@ "umd": "./dist/rambda.umd.js", "module": "./rambda.js", "types": "./index.d.ts" -} \ No newline at end of file +}