1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-02 23:57:10 +02:00

Add package-lock.json (#3819)

This commit is contained in:
Manish Jethani 2021-08-14 21:29:14 +05:30 committed by GitHub
parent 6c4472ce7f
commit 6c2856cb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1473 additions and 2 deletions

View File

@ -1 +0,0 @@
package-lock=false

1473
platform/nodejs/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -59,7 +59,6 @@ node -pe "JSON.stringify(fs.readFileSync('$THIRDPARTY/easylist.txt', 'utf8'))" \
node -pe "JSON.stringify(fs.readFileSync('$THIRDPARTY/easyprivacy.txt', 'utf8'))" \
> $DES/data/easyprivacy.json
cp platform/nodejs/.npmrc $DES/
cp platform/nodejs/.*.json $DES/
cp platform/nodejs/*.js $DES/
cp platform/nodejs/*.json $DES/