Install keybinding-resolver

This commit is contained in:
confused-Techie 2023-03-12 15:13:17 -07:00
parent 57b196ceb9
commit 4312a39067
4 changed files with 5 additions and 7 deletions

View File

@ -81,7 +81,7 @@
"jasmine-reporters": "1.1.0",
"jasmine-tagged": "^1.1.4",
"key-path-helpers": "^0.4.0",
"keybinding-resolver": "https://codeload.github.com/atom/keybinding-resolver/legacy.tar.gz/refs/tags/v0.39.1",
"keybinding-resolver": "file:./packages/keybinding-resolver",
"language-c": "file:packages/language-c",
"language-clojure": "file:packages/language-clojure",
"language-coffee-script": "file:packages/language-coffee-script",
@ -212,7 +212,7 @@
"grammar-selector": "file:./packages/grammar-selector",
"image-view": "file:./packages/image-view",
"incompatible-packages": "file:./packages/incompatible-packages",
"keybinding-resolver": "0.39.1",
"keybinding-resolver": "file:./packages/keybinding-resolver",
"line-ending-selector": "file:./packages/line-ending-selector",
"link": "file:./packages/link",
"markdown-preview": "file:./packages/markdown-preview",

View File

@ -39,7 +39,7 @@ See [RFC 003](https://github.com/atom/atom/blob/master/docs/rfcs/003-consolidate
| **grammar-selector** | [`./grammar-selector`](./grammar-selector) | |
| **image-view** | [`./image-view`](./image-view) | |
| **incompatible-packages** | [`./incompatible-packages`](./incompatible-packages) | |
| **keybinding-resolver** | [`atom/keybinding-resolver`][keybinding-resolver] | [#18275](https://github.com/atom/atom/issues/18275) |
| **keybinding-resolver** | [`./keybinding-resolver`][./keybinding-resolver] | |
| **language-c** | [`./language-c`](./language-c) | |
| **language-clojure** | [`./language-clojure`](./language-clojure) | |
| **language-coffee-script** | [`./language-coffee-script`](./language-coffee-script) | |
@ -104,7 +104,6 @@ See [RFC 003](https://github.com/atom/atom/blob/master/docs/rfcs/003-consolidate
[find-and-replace]: https://github.com/pulsar-edit/find-and-replace
[fuzzy-finder]: https://github.com/pulsar-edit/fuzzy-finder
[github]: https://github.com/pulsar-edit/github
[keybinding-resolver]: https://github.com/pulsar-edit/keybinding-resolver
[snippets]: https://github.com/pulsar-edit/snippets
[spell-check]: https://github.com/pulsar-edit/spell-check
[symbols-view]: https://github.com/pulsar-edit/symbols-view

View File

@ -4,7 +4,7 @@
"version": "0.39.1",
"description": "Show what commands a keybinding resolves to",
"license": "MIT",
"repository": "https://github.com/pulsar-edit/keybinding-resolver",
"repository": "https://github.com/pulsar-edit/pulsar",
"engines": {
"atom": ">=1.17.0"
},

View File

@ -6137,9 +6137,8 @@ key-path-helpers@^0.4.0:
resolved "https://registry.yarnpkg.com/key-path-helpers/-/key-path-helpers-0.4.0.tgz#e87f6a159144adf2692e46f2a4641ce269c09119"
integrity sha512-WGl1FG6zjyXCU6YrOVrvanyN3iiLFPLr/UmZ/jGiEOd7CXQV83/Ng5aLGK/Erehtr1nxU8dOwnRjseQDGElMQw==
"keybinding-resolver@https://codeload.github.com/atom/keybinding-resolver/legacy.tar.gz/refs/tags/v0.39.1":
"keybinding-resolver@file:./packages/keybinding-resolver":
version "0.39.1"
resolved "https://codeload.github.com/atom/keybinding-resolver/legacy.tar.gz/refs/tags/v0.39.1#a1c08beb144cfca145bf19fe0830b2e82514d4cb"
dependencies:
etch "0.9.0"
fs-plus "^3.0.0"