Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define createBrandedValue method #11

Merged
merged 7 commits into from
Sep 6, 2021
Merged

Define createBrandedValue method #11

merged 7 commits into from
Sep 6, 2021

Commits on Aug 12, 2021

  1. Ignore package-lock.json

    Because it can lead to inconsistencies when two
    package managers are used. From `yarn` log:
    "package-lock.json found. Your project contains lock files
    generated by tools other than Yarn.
    It is advised not to mix package managers in order to avoid
    resolution inconsistencies caused by unsynchronized lock files.
    To clear this warning, remove package-lock.json"
    Pl217 committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    3b726bc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Update dev dependencies

    Since `husky` got updated to v7 major version,
    `.husky/.gitignore` can be removed now.
    Pl217 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    c2c079b View commit details
    Browse the repository at this point in the history
  2. Fix typo in CONTRIBUTING.md

    Pl217 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    2a01b6d View commit details
    Browse the repository at this point in the history
  3. Update Typescript version

    Pl217 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    ebab717 View commit details
    Browse the repository at this point in the history
  4. Define participant DB model

    Pl217 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    1dcbb24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa15deb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    376be1f View commit details
    Browse the repository at this point in the history