json-rules-engine-simplified
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "json-rules-engine-simplified", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Simpl JSON rules engine", | ||
@@ -15,3 +15,3 @@ "private": false, | ||
"precommit": "lint-staged", | ||
"publish-to-npm": "npm run dist && npm publish", | ||
"publish-to-npm": "npm run dist && npm version patch && npm publish", | ||
"tdd": "jest --watchAll", | ||
@@ -18,0 +18,0 @@ "test": "jest" |
174294