mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: version
This commit is contained in:
@@ -207,7 +207,7 @@ function readJsonProp {
|
||||
# capturing group! -> all other groups start at index 2!
|
||||
function replaceJsonProp {
|
||||
local VALUE=$(readJsonProp $1 $2)
|
||||
replaceInFile $1 $VALUE $3
|
||||
replaceInFile $1 "\"$1\": \"$VALUE\"" "\"$1\": \"$VALUE\"" $3
|
||||
}
|
||||
|
||||
# replaceInFile(file, findPattern, replacePattern)
|
||||
|
||||
Reference in New Issue
Block a user