Este commit está contenido en:
AJ ONeal 2019-11-01 14:24:16 -06:00
padre 1634588427
commit b7c8aba254
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -10,9 +10,9 @@ git pull origin master
git checkout npm
git checkout master -- package.json
git checkout master -- README.md
git add package* README.md || true
git commit -m "bump" || true
sed -i '' -e 's|"name": ".root.greenlock"|"name": "greenlock"|' package.json
npm install --save @root/greenlock@latest
git add package* README.md || true
git commit -m "bump" || true
npm publish ./
git reset --hard