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

Commit package-lock.json #28

Merged

Commits on Aug 12, 2020

  1. Commit package-lock.json

    This way we have an element of reproducibility in our use of the SDK.
    
    Also remove non-project entries from .gitignore. Entries like DS_Store
    should be added to a user's global gitignore as necessary, along the
    following lines:
    
        echo .DS_Store >> ~/.gitignore_global
        git config --global core.excludesfile ~/.gitignore_global
    
    Finally, fix a security issue that was reported by npm.
    myitcv committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    80965d9 View commit details
    Browse the repository at this point in the history