mirror of
https://github.com/c-degni/text-autocomplete.git
synced 2026-07-22 05:49:39 +00:00
1.2.2
This commit is contained in:
parent
78bdabfc6d
commit
2eceaf0dc8
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "text-autocomplete",
|
||||
"name": "Text Autocomplete",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"minAppVersion": "1.8.10",
|
||||
"description": "Autocomplete text to type more efficiently.",
|
||||
"author": "Christ Degni",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "text-autocomplete",
|
||||
"version": "1.3.0",
|
||||
"version": "1.2.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "text-autocomplete",
|
||||
"version": "1.3.0",
|
||||
"version": "1.2.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "text-autocomplete",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"description": "Autocomplete text to type more efficiently.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "0.15.0"
|
||||
"1.0.0": "0.15.0",
|
||||
"1.2.2": "1.8.10"
|
||||
}
|
||||
Loading…
Reference in a new issue