We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7f7581 + f1bf29f commit bc36efaCopy full SHA for bc36efa
.github/workflows/deploy.yml
@@ -5,7 +5,7 @@ name: Deploy Package
5
6
on:
7
push:
8
- branches: [ master ]
+ branches: [ master, v7 ]
9
10
jobs:
11
build:
.github/workflows/node.js.yml
@@ -5,7 +5,7 @@ name: Node.js CI
pull_request:
- branches: [ master, next-major ]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-rules-engine",
3
- "version": "6.6.0",
+ "version": "7.0.0-alpha.1",
4
"description": "Rules Engine expressed in simple json",
"main": "dist/index.js",
"types": "types/index.d.ts",
@@ -23,6 +23,9 @@
23
"engine",
24
"rules engine"
25
],
26
+ "publishConfig": {
27
+ "tag": "next"
28
+ },
29
"standard": {
30
"parser": "babel-eslint",
31
"ignore": [
0 commit comments