Skip to content

Commit

Permalink
index: export array sort (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbbio committed Feb 29, 2024
1 parent e7c44ef commit 613059f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cells: Simplified Functional & Reactive Programming
# Cells: Simplified reactive functional programming for the web

![CI](https://github.com/okcontract/cells/actions/workflows/main.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/okcontract/cells/badge.svg?branch=main)](https://coveralls.io/github/okcontract/cells?branch=main)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okcontract/cells",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simplified reactive functional programming for the web",
"private": false,
"main": "dist/cells.umd.cjs",
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ export {
last,
mapArray,
mapArrayCell,
reduce
reduce,
sort
} from "./array";

0 comments on commit 613059f

Please sign in to comment.