Compare commits

...

2 Commits

Author SHA1 Message Date
AJ ONeal 8128c18939 pkg lock 2019-11-01 14:06:55 -06:00
AJ ONeal 6b3911c60f fix publish script 2019-11-01 14:06:24 -06:00
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@root/greenlock",
"version": "3.0.18",
"name": "greenlock",
"version": "3.0.21",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -4,7 +4,7 @@ set -e
set -u
git fetch --all
git checkout master
git checkout origin master
git pull
git checkout npm