Skip to content

Commit

Permalink
9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Jun 18, 2024
1 parent 9fdddf2 commit b56a41b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rambda",
"version": "9.2.0",
"version": "9.2.1",
"scripts": {
"before": "yarn out && yarn docs",
"benchmark": "cd ../rambda-scripts && RAMBDA_RUN_ALL=ON RAMBDA_RUN_INDEXES=ON yarn benchmark",
Expand Down Expand Up @@ -40,14 +40,12 @@
"depFn": [
"@definitelytyped/dtslint"
],
"dependencies": {

},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-env": "7.24.6",
"@definitelytyped/dtslint": "0.0.182",
"@definitelytyped/dtslint": "0.0.182",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
Expand Down Expand Up @@ -112,4 +110,4 @@
"umd": "./dist/rambda.umd.js",
"module": "./rambda.js",
"types": "./index.d.ts"
}
}

0 comments on commit b56a41b

Please sign in to comment.