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 56ad05d
Show file tree
Hide file tree
Showing 4 changed files with 3 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.
1 change: 1 addition & 0 deletions src/lib/purify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": "git",
"url": "git://github.com/cure53/DOMPurify.git"
},
"type": "commonjs",
"version": "3.1.7",
"origins": [
{
Expand Down
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 56ad05d

Please sign in to comment.