Skip to content

Commit 674753a

Browse files
authored
fix: add headers to copied files (#6)
This will remind folks not to edit them manually
1 parent 170f5a3 commit 674753a

File tree

9 files changed

+17
-1
lines changed

9 files changed

+17
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is automatically added by @npmcli/template-oss. Do not edit.
2+
13
const { readdirSync: readdir } = require('fs')
24

35
const localConfigs = readdir(__dirname)

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is automatically added by @npmcli/template-oss. Do not edit.
2+
13
name: CI
24

35
on:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is automatically added by @npmcli/template-oss. Do not edit.
2+
13
# ignore everything in the root
24
/*
35

LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
2+
13
ISC License
24

35
Copyright npm, Inc.

lib/content/LICENSE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
2+
13
ISC License
24

35
Copyright npm, Inc.

lib/content/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is automatically added by @npmcli/template-oss. Do not edit.
2+
13
name: CI
24

35
on:

lib/content/eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is automatically added by @npmcli/template-oss. Do not edit.
2+
13
const { readdirSync: readdir } = require('fs')
24

35
const localConfigs = readdir(__dirname)

lib/content/gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is automatically added by @npmcli/template-oss. Do not edit.
2+
13
# ignore everything in the root
24
/*
35

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"@npmcli/eslint-config": "^1.0.0",
4949
"tap": "^15.0.9"
5050
},
51-
"templateVersion": "1.0.2"
51+
"templateVersion": "1.0.3"
5252
}

0 commit comments

Comments
 (0)