Skip to content

Commit

Permalink
fix: allow cache.js in templateoss
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Dec 6, 2024
1 parent f65542c commit a621d41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
!/test/
!/tsconfig.json
!/webpack.config.js
!cache.json
tap-testdir*/
!/cli/
1 change: 1 addition & 0 deletions cache.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.5",
"content": "./scripts/template-oss"
"content": "./scripts/template-oss",
"allowPaths": [
"cache.json"
]
}
}

0 comments on commit a621d41

Please sign in to comment.