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
55
66on :
77 push :
8- branches : [ master ]
8+ branches : [ master, v7 ]
99
1010jobs :
1111 build :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Node.js CI
55
66on :
77 pull_request :
8- branches : [ master, next-major ]
8+ branches : [ master, v7 ]
99
1010jobs :
1111 build :
Original file line number Diff line number Diff line change 11{
22 "name" : " json-rules-engine" ,
3- "version" : " 6.6.0 " ,
3+ "version" : " 7.0.0-alpha.1 " ,
44 "description" : " Rules Engine expressed in simple json" ,
55 "main" : " dist/index.js" ,
66 "types" : " types/index.d.ts" ,
2323 " engine" ,
2424 " rules engine"
2525 ],
26+ "publishConfig" : {
27+ "tag" : " next"
28+ },
2629 "standard" : {
2730 "parser" : " babel-eslint" ,
2831 "ignore" : [
You can’t perform that action at this time.
0 commit comments