Install autosave from file. Update README.md and package.json

This commit is contained in:
confused-Techie 2023-03-12 14:30:15 -07:00
parent 9f72376543
commit ab5afe41bd
4 changed files with 8 additions and 9 deletions

View File

@ -39,7 +39,7 @@
"autocomplete-plus": "file:./packages/autocomplete-plus",
"autocomplete-snippets": "file:packages/autocomplete-snippets",
"autoflow": "file:packages/autoflow",
"autosave": "https://codeload.github.com/atom/autosave/legacy.tar.gz/refs/tags/v0.24.6",
"autosave": "file:./packages/autosave",
"babel-preset-atomic": "^5.0.0",
"background-tips": "file:packages/background-tips",
"base16-tomorrow-dark-theme": "file:packages/base16-tomorrow-dark-theme",
@ -194,7 +194,7 @@
"autocomplete-plus": "file:./packages/autocomplete-plus",
"autocomplete-snippets": "file:./packages/autocomplete-snippets",
"autoflow": "file:./packages/autoflow",
"autosave": "0.24.6",
"autosave": "file:./packages/autosave",
"background-tips": "file:./packages/background-tips",
"bookmarks": "file:./packages/bookmarks",
"bracket-matcher": "0.92.0",
@ -290,5 +290,8 @@
"playwright-core": "1.22.2",
"random-seed": "0.3.0",
"webdriverio": "7.20.9"
},
"volta": {
"node": "16.19.1"
}
}

View File

@ -19,7 +19,7 @@ See [RFC 003](https://github.com/atom/atom/blob/master/docs/rfcs/003-consolidate
| **autocomplete-plus** | [`./autocomplete-plus`][./autocomplete-plus] | |
| **autocomplete-snippets** | [`./autocomplete-snippets`](./autocomplete-snippets) | |
| **autoflow** | [`./autoflow`](./autoflow) | |
| **autosave** | [`pulsar-edit/autosave`][autosave] | [#17834](https://github.com/atom/atom/issues/17834) |
| **autosave** | [`./autosave`][./autosave] | |
| **background-tips** | [`./background-tips`](./background-tips) | |
| **base16-tomorrow-dark-theme** | [`./base16-tomorrow-dark-theme`](./base16-tomorrow-dark-theme) | |
| **base16-tomorrow-light-theme** | [`./base16-tomorrow-light-theme`](./base16-tomorrow-light-theme) | |
@ -101,7 +101,6 @@ See [RFC 003](https://github.com/atom/atom/blob/master/docs/rfcs/003-consolidate
| **wrap-guide** | [`./wrap-guide`][./wrap-guide] | |
[autocomplete-atom-api]: https://github.com/pulsar-edit/autocomplete-atom-api
[autosave]: https://github.com/pulsar-edit/autosave
[bracket-matcher]: https://github.com/pulsar-edit/bracket-matcher
[find-and-replace]: https://github.com/pulsar-edit/find-and-replace
[fuzzy-finder]: https://github.com/pulsar-edit/fuzzy-finder

View File

@ -4,7 +4,7 @@
"version": "0.24.6",
"private": true,
"description": "Save editors when they lose focus or are closed",
"repository": "https://github.com/pulsar-edit/autosave",
"repository": "https://github.com/pulsar-edit/pulsar",
"engines": {
"atom": ">0.27.0"
},

View File

@ -2379,11 +2379,8 @@ atom-slick@^2, atom-slick@^2.0.0:
dependencies:
underscore-plus "^1.7.0"
"autosave@https://codeload.github.com/atom/autosave/legacy.tar.gz/refs/tags/v0.24.6":
"autosave@file:./packages/autosave":
version "0.24.6"
resolved "https://codeload.github.com/atom/autosave/legacy.tar.gz/refs/tags/v0.24.6#bbd25c3364cfa5b3c73f9d4d08da93aaac339020"
dependencies:
fs-plus "^3.0.0"
available-typed-arrays@^1.0.5:
version "1.0.5"