Skip to content

Commit 32fce7a

Browse files
authored
Merge pull request #15 from SecJS/feat/len-move-to-main
feat: Move to main branch
2 parents 3fb4a05 + 6e41427 commit 32fce7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CD Generator
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 Generator
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-secjs",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "🧬 Generator for any NodeJS Project or Framework",
55
"main": "app/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)