Skip to content

Commit 447fe91

Browse files
committed
feat: Move to main branch
1 parent a39e308 commit 447fe91

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CD Utils
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:
@@ -36,4 +36,4 @@ jobs:
3636
if: steps.release.outputs.released == 'true'
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39-
name: Deploy
39+
name: Deploy

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Utils
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:
@@ -28,4 +28,4 @@ jobs:
2828
run: npm run lint:fix
2929

3030
- name: Run the tests from project
31-
run: npm run test
31+
run: npm run test

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@secjs/utils",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "",
55
"license": "MIT",
66
"author": "João Lenon",
@@ -18,8 +18,8 @@
1818
"nodejs"
1919
],
2020
"devDependencies": {
21-
"@secjs/contracts": "1.1.3",
22-
"@secjs/exceptions": "1.0.1",
21+
"@secjs/contracts": "1.1.6",
22+
"@secjs/exceptions": "1.0.3",
2323
"@types/debug": "4.1.5",
2424
"@types/jest": "27.0.1",
2525
"@types/node": "14.17.0",

0 commit comments

Comments
 (0)