Skip to content

Commit 081dc60

Browse files
committed
chore: change cache.json to cli-cache.json
1 parent 0fd9a96 commit 081dc60

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
!/test/
4141
!/tsconfig.json
4242
!/webpack.config.js
43-
!cache.json
43+
!cli-cache.json
4444
tap-testdir*/
4545
!/cli/
File renamed without changes.

cli/bin/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const checkContent = () => {
2828
;(async () => {
2929
try {
3030
await build({
31-
cache: await CacheVersionSha.load(join(ROOT, 'cache.json')),
31+
cache: await CacheVersionSha.load(join(ROOT, 'cli-cache.json')),
3232
releases: require('../releases.json'),
3333
loglevel: process.argv.includes('--debug') || process.env.CI ? 'verbose' : 'info',
3434
prerelease: false,

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.23.6",
43+
"version": "4.23.5",
4444
"content": "./scripts/template-oss"
4545
},
4646
"files": [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@
105105
},
106106
"templateOSS": {
107107
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
108-
"version": "4.23.6",
108+
"version": "4.23.5",
109109
"content": "./scripts/template-oss",
110110
"allowPaths": [
111-
"cache.json"
111+
"cli-cache.json"
112112
]
113113
}
114114
}

0 commit comments

Comments
 (0)