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

docs: remove unnecessary --save flag from npm install command #6667

Closed

Commits on Jul 8, 2024

  1. docs: remove unnecessary --save flag from npm install command in RE…

    …ADME.md
    
    Since npm version 5.0.0, the `--save` flag is no longer required as npm automatically adds the installed package to `dependencies` in the `package.json` file.
    
    This commit updates the README.md to reflect this change, making the documentation cleaner and more accurate.
    ChuYang-FE authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c1760ce View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. feat(DatePicker): add quarter precision (ant-design#6664)

    * feat(DatePicker): add quarter precision
    
    * test(DatePicker): add test case for quarter precision
    
    * chore: upgrade pnpm/action-setup to v4 to prevent ci failures
    
    ---------
    
    Co-authored-by: Ke Qingrong <[email protected]>
    2 people authored and ChuYang-FE committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    be0691d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae51a3 View commit details
    Browse the repository at this point in the history