@mrpelz/boilerplate-node 8.2.5 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrpelz/boilerplate-node",
3
- "version": "8.2.5",
3
+ "version": "8.3.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mrpelz/boilerplate.git",
@@ -118,10 +118,10 @@ EOF
118
118
  make_config .gitlab-ci.yml "$(
119
119
  cat <<EOF
120
120
  include:
121
- - project: "mrpelz/boilerplate"
122
- ref: main
123
- file: "/gitlab/.gitlab-ci.yml"
124
- # file: "/gitlab/.monorepo.gitlab-ci.yml"
121
+ - project: "mrpelz/boilerplate"
122
+ ref: main
123
+ file: "/gitlab/.gitlab-ci.yml"
124
+ # file: "/gitlab/.monorepo.gitlab-ci.yml"
125
125
  EOF
126
126
  )"
127
127
  fi