We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4cf34 commit c0fb150Copy full SHA for c0fb150
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-rules-engine-simplified",
3
- "version": "0.1.8",
+ "version": "0.1.9",
4
"description": "Simpl JSON rules engine",
5
"private": false,
6
"author": "mavarazy@gmail.com",
@@ -12,7 +12,7 @@
12
"dist": "npm run build:lib && npm run build:dist",
13
"lint": "eslint src test",
14
"precommit": "lint-staged",
15
- "publish-to-npm": "npm run dist && npm version patch && npm publish",
+ "publish-to-npm": "npm run dist && npm publish && npm version patch",
16
"tdd": "jest --watchAll",
17
"test": "jest --coverage"
18
},
0 commit comments