We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fb4a05 + 6e41427 commit 32fce7aCopy full SHA for 32fce7a
.github/workflows/cd.yml
@@ -3,7 +3,7 @@ name: CD Generator
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
build:
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI Generator
pull_request:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "generator-secjs",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "🧬 Generator for any NodeJS Project or Framework",
"main": "app/index.js",
"scripts": {
0 commit comments