This commit is contained in:
AJ ONeal 2019-11-01 16:18:55 -06:00
parent 2fd7811f8c
commit 1a9f1d2a34
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ git checkout npm
git checkout master -- package.json
git checkout master -- README.md
sed -i '' -e 's|"name": ".root.greenlock"|"name": "greenlock"|' package.json
sed -i '' -e 's|.root.greenlock|greenlock|' README.md
npm install --save @root/greenlock@latest
git add package* README.md || true
git commit -m "bump" || true