postcss / postcss-calc

PostCSS plugin to reduce calc()
MIT License
212 stars 34 forks source link

[Bug]: Remove duplicate repository field in package.json #185

Closed tannerdolby closed 1 year ago

tannerdolby commented 1 year ago

Describe the bug

The repository field is defined twice in package.json. Once on L13 and then again on L32.

Expected behaviour

I expect to see the repository field once in the package.json as its defined on L13.

Steps to reproduce

  1. Go to package.json on master branch
  2. See L13 and L32 where the repository field is defined twice.

Version

9.0.0

Environment

System:
    OS: macOS 11.7.4
    CPU: (4) x64 Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz
    Memory: 17.75 MB / 8.00 GB
    Shell: 5.8 - /bin/zsh

Package details

└── postcss@8.4.23
└── postcss-calc@9.0.0

Additional context

No response