Skip to content

Commit

Permalink
Reverting recent change to where()
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 28, 2018
1 parent a8cf154 commit ef73cff
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/haro.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2018
* @license BSD-3-Clause
* @version 4.3.2
* @version 4.3.4
*/
"use strict";

Expand Down Expand Up @@ -1085,7 +1085,7 @@
}

factory.transform = cast;
factory.version = "4.3.2";
factory.version = "4.3.4";

// Node, AMD & window supported
if (typeof exports !== "undefined") {
Expand Down
4 changes: 2 additions & 2 deletions lib/haro.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/haro.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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": "haro",
"version": "4.3.2",
"version": "4.3.4",
"description": "Harō is a modern immutable DataStore",
"main": "lib/haro.js",
"scripts": {
Expand Down

0 comments on commit ef73cff

Please sign in to comment.