Skip to content

Commit f60f922

Browse files
committed
Extend the language with custom operations and ability to call methods on objects.
1 parent 25f7486 commit f60f922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-logic-js",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"homepage": "https://github.com/jwadhams/json-logic-js",
55
"authors": [
66
"Jeremy Wadhams <[email protected]>"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-logic-js",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Build complex rules, serialize them as JSON, and execute them in JavaScript",
55
"main": "logic.js",
66
"directories": {

0 commit comments

Comments
 (0)