@npmcli/template-oss 3.4.3 → 3.5.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.
@@ -0,0 +1,5 @@
1
+ All interactions in this repo are covered by the [npm Code of
2
+ Conduct](https://docs.npmjs.com/policies/conduct)
3
+
4
+ The npm cli team may, at its own discretion, moderate, remove, or edit
5
+ any interactions such as pull requests, issues, and comments.
@@ -31,6 +31,7 @@ const rootModule = {
31
31
  '.gitignore': 'gitignore',
32
32
  '.npmrc': 'npmrc',
33
33
  'SECURITY.md': 'SECURITY.md',
34
+ 'CODE_OF_CONDUCT.md': 'CODE_OF_CONDUCT.md',
34
35
  'package.json': 'pkg.json',
35
36
  },
36
37
  rm: [
@@ -7,5 +7,5 @@
7
7
  {{/if}}
8
8
  - name: Setup git user
9
9
  run: |
10
- git config --global user.email "ops+robot@npmjs.com"
11
- git config --global user.name "npm team"
10
+ git config --global user.email "npm-cli+bot@github.com"
11
+ git config --global user.name "npm CLI robot"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/template-oss",
3
- "version": "3.4.3",
3
+ "version": "3.5.0",
4
4
  "description": "templated files used in npm CLI team oss projects",
5
5
  "main": "lib/content/index.js",
6
6
  "bin": {