Skip to content

Commit

Permalink
9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Nov 5, 2024
1 parent ff18e9d commit 7eb249a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rambda",
"version": "9.3.0",
"version": "9.4.0",
"scripts": {
"before": "yarn out && yarn docs",
"benchmark": "cd ../rambda-scripts && RAMBDA_RUN_ALL=ON RAMBDA_RUN_INDEXES=ON yarn benchmark",
Expand Down Expand Up @@ -32,9 +32,7 @@
"depFn": [
"@definitelytyped/dtslint"
],
"dependencies": {

},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
Expand Down Expand Up @@ -103,4 +101,4 @@
"umd": "./dist/rambda.umd.js",
"module": "./rambda.js",
"types": "./index.d.ts"
}
}

0 comments on commit 7eb249a

Please sign in to comment.