We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65542c commit a621d41Copy full SHA for a621d41
.gitignore
@@ -40,5 +40,6 @@
40
!/test/
41
!/tsconfig.json
42
!/webpack.config.js
43
+!cache.json
44
tap-testdir*/
45
!/cli/
cache.json
@@ -0,0 +1 @@
1
+{}
package.json
@@ -106,6 +106,9 @@
106
"templateOSS": {
107
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
108
"version": "4.23.5",
109
- "content": "./scripts/template-oss"
+ "content": "./scripts/template-oss",
110
+ "allowPaths": [
111
+ "cache.json"
112
+ ]
113
}
114
0 commit comments