File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Deploy Package
5
5
6
6
on :
7
7
push :
8
- branches : [ master, v7 ]
8
+ branches : [ master, v6 ]
9
9
10
10
jobs :
11
11
build :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Node.js CI
5
5
6
6
on :
7
7
pull_request :
8
- branches : [ master, v7 ]
8
+ branches : [ master, v6 ]
9
9
10
10
jobs :
11
11
build :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-rules-engine" ,
3
- "version" : " 7.0.0-alpha.1 " ,
3
+ "version" : " 7.0.0" ,
4
4
"description" : " Rules Engine expressed in simple json" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
26
26
" engine" ,
27
27
" rules engine"
28
28
],
29
- "publishConfig" : {
30
- "tag" : " next"
31
- },
32
29
"standard" : {
33
30
"parser" : " babel-eslint" ,
34
31
"ignore" : [
You can’t perform that action at this time.
0 commit comments