File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
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 ]
8
+ branches : [ master, v7 ]
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, next-major ]
8
+ branches : [ master, v7 ]
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" : " 6.6.0 " ,
3
+ "version" : " 7.0.0-alpha.1 " ,
4
4
"description" : " Rules Engine expressed in simple json" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
23
23
" engine" ,
24
24
" rules engine"
25
25
],
26
+ "publishConfig" : {
27
+ "tag" : " next"
28
+ },
26
29
"standard" : {
27
30
"parser" : " babel-eslint" ,
28
31
"ignore" : [
You can’t perform that action at this time.
0 commit comments