clean script and better linking

This commit is contained in:
Mario Romano
2016-07-05 15:46:26 +01:00
parent 15198c7991
commit 51b7b77a94
3 changed files with 37 additions and 1 deletions

View File

@@ -13,4 +13,4 @@ then
fi
echo "====== RENAMING 0.0.0-PLACEHOLDER to N.N.N version ======"
find ././../ng2-components/ -type f -name package.json -print0 | xargs -0 sed -i '' "s/0\\.0\\.0-PLACEHOLDER/${VERSION}/g"
find ././../ -type f -name package.json -print0 | xargs -0 sed -i '' "s/0\\.0\\.0-PLACEHOLDER/${VERSION}/g"