Skip to content

Commit

Permalink
pre-6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alixaxel committed Feb 7, 2021
1 parent 66b146e commit c898a92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
clean:
rm -f $(lastword $(MAKECMDGOALS))

.fonts.zip:
zip -9 --filesync --move --recurse-paths .fonts.zip .fonts/

%.zip:
mkdir -p nodejs/node_modules/chrome-aws-lambda/
cd nodejs/ && npm install lambdafs@~1.3.0 puppeteer-core@~5.5.0 --no-bin-links --no-optional --no-package-lock --no-save --no-shrinkwrap && cd -
cd nodejs/ && npm install lambdafs@~2.0.2 puppeteer-core@~6.0.0 --no-bin-links --no-optional --no-package-lock --no-save --no-shrinkwrap && cd -
npm pack
tar --directory nodejs/node_modules/chrome-aws-lambda/ --extract --file chrome-aws-lambda-*.tgz --strip-components=1
rm chrome-aws-lambda-*.tgz
Expand Down
Binary file modified bin/chromium.br
Binary file not shown.
Binary file modified bin/swiftshader.tar.br
Binary file not shown.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,16 @@
"source"
],
"engines": {
"node": ">= 8.10"
"node": ">= 10.16"
},
"scripts": {
"postversion": "git push && git push --tags && npm publish"
},
"dependencies": {
"lambdafs": "^2.0.0"
},
"devDependencies": {
"@types/puppeteer": "~3.0.2"
"lambdafs": "^2.0.2"
},
"peerDependencies": {
"puppeteer-core": "5.5.x"
"puppeteer-core": "6.0.x"
},
"bugs": {
"url": "https://github.com/alixaxel/chrome-aws-lambda/issues"
Expand Down

0 comments on commit c898a92

Please sign in to comment.