deps: Fix packageDependencies for find-and-replace

Use the version number from the git tarball specified in dependencies.

--

I'm pretty sure version specs in packageDependencies
can only be version numbers or relative paths.

URLs, such as tarball URLs or git URLs,
aren't supported in packageDependencies.

(Based on what apm does and doesn't support in its `install` command.)
This commit is contained in:
DeeDeeG 2022-07-05 13:53:34 -04:00
parent 07fd4538a4
commit 953ff2a03e

View File

@ -204,7 +204,7 @@
"dev-live-reload": "file:./packages/dev-live-reload",
"encoding-selector": "0.23.9",
"exception-reporting": "file:./packages/exception-reporting",
"find-and-replace": "https://github.com/atom-community/find-and-replace/archive/refs/tags/v0.220.1.tar.gz",
"find-and-replace": "0.220.1",
"fuzzy-finder": "1.14.3",
"github": "0.36.10",
"git-diff": "file:./packages/git-diff",