Compare commits
2 Commits
2585997138
...
8128c18939
Author | SHA1 | Date |
---|---|---|
AJ ONeal | 8128c18939 | |
AJ ONeal | 6b3911c60f |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@root/greenlock",
|
"name": "greenlock",
|
||||||
"version": "3.0.18",
|
"version": "3.0.21",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout master
|
git checkout origin master
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
git checkout npm
|
git checkout npm
|
||||||
|
|
Loading…
Reference in New Issue