File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : CI Core
1
+ name : CD Core
2
2
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
8
8
jobs :
9
9
build :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: CI Core
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - master
6
+ - main
7
7
8
8
jobs :
9
9
build :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @secjs/core" ,
3
- "version" : " 1.7.0 " ,
3
+ "version" : " 1.7.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " João Lenon" ,
6
6
"repository" : " https://github.com/SecJS/Core.git" ,
13
13
"lint:fix" : " eslint \" {src,tests}/**/*.ts\" --fix"
14
14
},
15
15
"devDependencies" : {
16
- "@secjs/exceptions" : " 1.0.1 " ,
17
- "@secjs/utils" : " 1.3.6 " ,
16
+ "@secjs/exceptions" : " 1.0.3 " ,
17
+ "@secjs/utils" : " 1.3.8 " ,
18
18
"@types/jest" : " 27.0.1" ,
19
19
"@types/node" : " 14.17.0" ,
20
20
"@typescript-eslint/eslint-plugin" : " 4.31.0" ,
You can’t perform that action at this time.
0 commit comments