Skip to content

Commit 75a8a6f

Browse files
committed
9.4.1
1 parent 39fae94 commit 75a8a6f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rambda",
3-
"version": "9.4.0",
3+
"version": "9.4.1",
44
"scripts": {
55
"before": "yarn out && yarn docs",
66
"benchmark": "cd ../rambda-scripts && RAMBDA_RUN_ALL=ON RAMBDA_RUN_INDEXES=ON yarn benchmark",
@@ -32,9 +32,7 @@
3232
"depFn": [
3333
"@definitelytyped/dtslint"
3434
],
35-
"dependencies": {
36-
37-
},
35+
"dependencies": {},
3836
"devDependencies": {
3937
"@babel/core": "7.26.0",
4038
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
@@ -103,4 +101,4 @@
103101
"umd": "./dist/rambda.umd.js",
104102
"module": "./rambda.js",
105103
"types": "./index.d.ts"
106-
}
104+
}

0 commit comments

Comments
 (0)