Skip to content

Commit

Permalink
Update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterwigboldus-visma committed Nov 22, 2024
1 parent de3b1f5 commit 64a1200
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trojs/arrays",
"version": "6.0.0",
"version": "6.0.1",
"description": "Usefull array helpers.",
"files": [
"src/helpers.js",
Expand Down
1 change: 0 additions & 1 deletion src/modules/multifilter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import min from './min.js'
import max from './max.js'

const isNotOperator = (operator) => (operator === '!=' || operator === '<>')
class Match {
constructor(find, operator) {
this.find = find
Expand Down

0 comments on commit 64a1200

Please sign in to comment.