Skip to content

Commit

Permalink
Add package.json in src/js
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Sep 29, 2024
1 parent 689e9c4 commit 84909a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/commander.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const extractLibraries = async (cmdOpts = {}) => {
type: 'git',
url: 'git://github.com/cure53/DOMPurify.git'
},
type: 'commonjs',
files: [
{
file: 'LICENSE',
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/web-ext-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module.exports = {
ignoreFiles: [
'./html/offscreen.html',
'./img/*.png',
'./js/package.json',
'./lib/mozilla',
'./mjs/package.json',
'./mjs/offscreen.js',
'./mjs/offscreen-main.js',
'./repl',
'package.json',
'web-ext-config.cjs'
]
};

0 comments on commit 84909a6

Please sign in to comment.