3 lines
No EOL
89 B
Bash
3 lines
No EOL
89 B
Bash
#!/bin/bash -e
|
|
|
|
awk '/"version":/ { print $2 }' package.json | sed 's/"//g' | sed 's/,//' |