Files
bun.sh/test/cli/install/migration/complex-workspace/package.json
Dylan Greene 184528e4eb fix findBestMatch so it finds the best match and not the first match (#6611)
* fix findBestMatch so it finds the best match and not the first match

* update complex-workspaces to include lines-and-columns ^1.1.6

* PR feedback

* PR feedback
2023-10-20 02:18:37 -07:00

18 lines
614 B
JSON

{
"name": "root",
"version": "0.0.0",
"dependencies": {
"bar": "https://github.com/oven-sh/bun/raw/f7e4eb83694aa007a492ef66c28ffbe6a2dae791/test/cli/install/bar-0.0.2.tgz",
"bun-types": "file:bun-types",
"hello": "file:hello-0.3.2.tgz",
"install-test": "bitbucket:dylan-conway/public-install-test",
"install-test1": "git+ssh://git@github.com/dylan-conway/install-test.git#596234dab30564f37adae1e5c4d7123bcffce537",
"lines-and-columns": "^1.1.6",
"public-install-test": "gitlab:dylan-conway/public-install-test",
"svelte": "4.1.2"
},
"workspaces": [
"packages/*"
]
}