Skip to content

Commit 149d3ec

Browse files
committed
fix: conflicts
2 parents ef35974 + 3d02918 commit 149d3ec

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.commitlintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": ["@commitlint/config-conventional"],
33
"rules": {
4-
"body-max-line-length": [0, "always", "Infinity"]
4+
"body-max-line-length": [0, "always", "Infinity"],
5+
"footer-max-line-length": [0, "always", "Infinity"],
6+
"footer-leading-blank": [0, "always", "Infinity"]
57
}
68
}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: ["main"]
66

77
jobs:
8-
release:
8+
pr-check:
99
name: Pull request
1010
runs-on: ubuntu-latest
1111

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "node-template",
2+
"name": "@ootkin/node-template",
33
"repository": {
44
"type": "git",
55
"url": "https://github.com/ootkin/node-template.git"
66
},
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"description": "A starter template for nodejs applications",
99
"files": [
1010
"dist"

0 commit comments

Comments
 (0)