Skip to content

Commit 6f4dc6a

Browse files
committed
Bump package version and expand npm ignore
1 parent 9125e91 commit 6f4dc6a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ coverage
44
.vscode
55
.npmrc
66
bench/node_modules/
7+
bench/
8+
.github/
9+
.eslintrc.json
10+
perf*.js
11+
*.test.js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-logic-engine",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Construct complex rules with JSON & process them.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)