catofxue

Results 2 issues of catofxue

when i use this command: `pnpm add 'https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main'` my package.json wrong: ` "dependencies": { "src?main": "https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main" }, `

### pnpm version: 7.8.0 ### Code to reproduce the issue: `pmpm add 'http://domain.com/package/package-name/package-version'` the link response tar file for install ### Expected behavior: in my package.json dependencies ` "package-name": "http://domain.com/package/package-name/package-version",...

type: bug