Skip to content

Commit

Permalink
Remove package.json from src/
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Sep 29, 2024
1 parent 606af3b commit a389656
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions modules/commander.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export const extractLibraries = async (cmdOpts = {}) => {
type: 'git',
url: 'git://github.com/cure53/DOMPurify.git'
},
type: 'commonjs',
files: [
{
file: 'LICENSE',
Expand Down
3 changes: 0 additions & 3 deletions src/package.json

This file was deleted.

1 change: 0 additions & 1 deletion src/web-ext-config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
ignoreFiles: [
'./mjs/package.json',
'package.json',
'web-ext-config.cjs'
]
};

0 comments on commit a389656

Please sign in to comment.