We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9125e91 commit 6f4dc6aCopy full SHA for 6f4dc6a
.npmignore
@@ -4,3 +4,8 @@ coverage
4
.vscode
5
.npmrc
6
bench/node_modules/
7
+bench/
8
+.github/
9
+.eslintrc.json
10
+perf*.js
11
+*.test.js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-logic-engine",
3
- "version": "1.3.4",
+ "version": "1.3.5",
"description": "Construct complex rules with JSON & process them.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
0 commit comments