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