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

feat: update client description to add keywords #1631

Merged
merged 4 commits into from
Oct 27, 2020

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    1689c9a View commit details
    Browse the repository at this point in the history
  2. chore: remove description from all clients package.json

    for dir in ./clients/*; do (cd "$dir" && sed -i '/"description"/d' ./package.json); done
    trivikr committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    f057059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa8186d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9afa8c7 View commit details
    Browse the repository at this point in the history