Skip to content

Commit

Permalink
9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Aug 23, 2024
1 parent a11a5b1 commit afa9cdd
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.2.1",
"version": "9.3.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 @@ -31,9 +31,7 @@
"depFn": [
"@definitelytyped/dtslint"
],
"dependencies": {

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

0 comments on commit afa9cdd

Please sign in to comment.