Skip to content

Commit

Permalink
Merge pull request #409 from marco-prontera/fix-deploy-script
Browse files Browse the repository at this point in the history
[#407] Fix deploy script
  • Loading branch information
sevriugin authored Aug 31, 2023
2 parents ed8d8a5 + d1de988 commit 497185f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![InteractiveAdvertisingBureau](https://circleci.com/gh/InteractiveAdvertisingBureau/iabtcf-es.svg?style=shield)](https://circleci.com/gh/InteractiveAdvertisingBureau/iabtcf-es)

# @iabtcf
# @iabtechlabtcf

Official JavaScript / TypeScript compliant tool suite for implementing the Transparency and Consent Framework (TCF) v2.0. The essential toolkit for CMPs.
Official JavaScript / TypeScript compliant tool suite for implementing the Transparency and Consent Framework (TCF) v2.2. The essential toolkit for CMPs.

This is a mono repo containing 5 modules:

Expand Down
2 changes: 1 addition & 1 deletion bin/version
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for pkg in ./modules/*; do
done

# Updated references to other iab libs but only hard versions
sed -i '' 's/\(\@iabtcf\/.*\)":.*"[0-9]*\..*"/\1": "'$npm_package_version'"/g' ./modules/**/package.json
sed -i '' 's/\(\@iabtechlabtcf\/.*\)":.*"[0-9]*\..*"/\1": "'$npm_package_version'"/g' ./modules/**/package.json

# add this to the previous commit
git add -A && git commit --amend --no-edit
Expand Down

0 comments on commit 497185f

Please sign in to comment.