Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

648 B

LessPass Web Extension

Verify the web extension

The web extension is just a wrapper around lesspass-pure on npm

node --version: v10.15.0 yarn --version: v1.16.0

Rebuild the web extension with sources

untar src and install dependencies

yarn install
./bin/build_web_extensions
cd packages/lesspass-web-extension/build
find . -type f -exec md5sum {} \;

Reproduce lesspass.min.js and dist folder with sources

yarn install
yarn workspace lesspass-pure run build
find packages/lesspass-web-extension/extension/dist/ -type f -exec md5sum {} \;
find packages/lesspass-pure/dist -type f -exec md5sum {} \;