1
0
spegling av https://github.com/therootcompany/greenlock.js.git synced 2024-11-16 17:29:00 +00:00

Jämför commits

...

2 Incheckningar

Upphovsman SHA1 Meddelande Datum
8128c18939 pkg lock 2019-11-01 14:06:55 -06:00
6b3911c60f fix publish script 2019-11-01 14:06:24 -06:00
2 ändrade filer med 3 tillägg och 3 borttagningar

4
package-lock.json generated
Visa fil

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

Visa fil

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