Skip to content

Commit a72d5e7

Browse files
committed
feat: Move to main branch
1 parent 643d0c6 commit a72d5e7

File tree

4 files changed

+23
-24
lines changed

4 files changed

+23
-24
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 Http
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 Http
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@secjs/http",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "",
55
"scripts": {
66
"build": "tsc",
@@ -17,10 +17,9 @@
1717
"bugs": "https://github.com/SecJS/Http/issues",
1818
"homepage": "https://github.com/SecJS/Http#readme",
1919
"license": "MIT",
20-
"dependencies": {},
2120
"devDependencies": {
22-
"@secjs/contracts": "1.1.2",
23-
"@secjs/utils": "1.3.4",
21+
"@secjs/contracts": "1.1.6",
22+
"@secjs/utils": "1.3.8",
2423
"@types/jest": "27.0.1",
2524
"@types/node": "14.14.37",
2625
"@types/supertest": "2.0.11",

0 commit comments

Comments
 (0)