diff --git a/package.json b/package.json index 8ca0ae098..59b9989cf 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 +}