Skip to content

Commit b56a41b

Browse files
committed
9.2.1
1 parent 9fdddf2 commit b56a41b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rambda",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"scripts": {
55
"before": "yarn out && yarn docs",
66
"benchmark": "cd ../rambda-scripts && RAMBDA_RUN_ALL=ON RAMBDA_RUN_INDEXES=ON yarn benchmark",
@@ -40,14 +40,12 @@
4040
"depFn": [
4141
"@definitelytyped/dtslint"
4242
],
43-
"dependencies": {
44-
45-
},
43+
"dependencies": {},
4644
"devDependencies": {
4745
"@babel/core": "7.24.6",
4846
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
4947
"@babel/preset-env": "7.24.6",
50-
"@definitelytyped/dtslint": "0.0.182",
48+
"@definitelytyped/dtslint": "0.0.182",
5149
"@rollup/plugin-babel": "6.0.4",
5250
"@rollup/plugin-commonjs": "25.0.8",
5351
"@rollup/plugin-node-resolve": "15.2.3",
@@ -112,4 +110,4 @@
112110
"umd": "./dist/rambda.umd.js",
113111
"module": "./rambda.js",
114112
"types": "./index.d.ts"
115-
}
113+
}

0 commit comments

Comments
 (0)