Skip to content

Commit 1b2c190

Browse files
committed
feat: Move to main branch
1 parent 70a687c commit 1b2c190

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: CI Core
1+
name: CD Core
22

33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Core
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@secjs/core",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"license": "MIT",
55
"author": "João Lenon",
66
"repository": "https://github.com/SecJS/Core.git",
@@ -13,8 +13,8 @@
1313
"lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix"
1414
},
1515
"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",
1818
"@types/jest": "27.0.1",
1919
"@types/node": "14.17.0",
2020
"@typescript-eslint/eslint-plugin": "4.31.0",

0 commit comments

Comments
 (0)