Handle zaps confirmed by the recipient
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
for upstream in $(./get_packages.py); do
|
||||
version=$(sed -nr 's/ +"version": "(.+)",/\1/p' packages/$upstream/package.json)
|
||||
|
||||
echo $upstream $version
|
||||
done
|
||||
Reference in New Issue
Block a user