We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f8ca50 + 8f7c4fa commit 351ffc5Copy full SHA for 351ffc5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-rules-engine",
3
- "version": "6.1.2",
+ "version": "6.2.0",
4
"description": "Rules Engine expressed in simple json",
5
"main": "dist/index.js",
6
"types": "types/index.d.ts",
@@ -55,6 +55,9 @@
55
]
56
},
57
"author": "Cache Hamm <cache.hamm@gmail.com>",
58
+ "contributors": [
59
+ "Chris Pardy <chris.pardy@ownup.com>"
60
+ ],
61
"license": "ISC",
62
"bugs": {
63
"url": "https://github.com/cachecontrol/json-rules-engine/issues"
0 commit comments