Revert change on update version

This commit is contained in:
maurizio vitale 2019-08-20 23:22:25 +01:00
parent ea2bfa8021
commit 3b4f3ae7b7

View File

@ -123,7 +123,7 @@ only_components() {
update_component_version() {
echo "====== UPDATE PACKAGE VERSION of ${PACKAGE} to ${VERSION} version in all the package.json ======"
DESTDIR="$DIR/../lib/dist/${1}"
DESTDIR="$DIR/../lib/${1}"
sed "${sedi[@]}" "s/\"version\": \".*\"/\"version\": \"${VERSION}\"/g" ${DESTDIR}/package.json
}